Html Css Color HEX #53608B Kashmir Blue

📋 copy color: '#53608B'

red 83 ◦ green 96 ◦ blue 139

#53608B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #53608B

Tints of Kashmir Blue #53608B

RGB

 RED value IS 83 (32.81% from 255) = 26.1%

 GREEN value IS 96 (37.89% from 255) = 30.19%

 BLUE value IS 139 (54.69% from 255) = 43.71%

R = 26.1%
G = 30.19%
B = 43.71%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#53608B (or 0x53608B) is known color: Kashmir Blue. HEX triplet: 53, 60 and 8B. RGB value is (83,96,139). Sum of RGB (Red+Green+Blue) = 83+96+139=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #53608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53608B is #AC9F74. Grayscale: #606060. Windows color (decimal): -11313013 or 9134163. OLE color: 9134163.

HSL color Cylindrical-coordinate representation of color #53608B: hue angle of 226.07º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53608B is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 96 139 -
CMYK 0.40 0.31 0 0.45
HSL 226.07º 0.25% 0.44% -
HSV(B) 226.07º 0.4% 0.55% -
XYZ 12.41 12.07 26.1 -
YUV 97.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 83 96 139 0.40 0.31 0 0.45 226.07 0.25 0.44
Hex 53 60 8B 28 1F 0 2D E2 19 2C
Octal 123 140 213 50 37 0 55 342 31 54
Binary 1010011 1100000 10001011 101000 11111 0 101101 11100010 11001 101100

Color Harmonies of #53608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53608B

Black with #53608B

Text Example


Text Example

White with #53608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53608B; }

 p { color: rgb(83,96,139); }

 H1.HeaderClassName
 {
   color: #53608B;
 }
 .AnyTagClassName
 {
   color: #53608B;
 }
</style>

background-color css

<style>
 a { background-color: #53608B; }

 a { background-color: rgb(83,96,139); }

 div.DivClassName
 {
   background-color: #53608B;
 }
 .BgClassName
 {
   background-color: #53608B;
 }
</style>

border-color css

<style>
 span { border-color: #53608B; }

 span { border-color: rgb(83,96,139); }

 td.TdClassName
 {
   border-color: #53608B;
 }
 .TagClassName
 {
   border-color: #53608B;
 }
</style>