Html Css Color HEX #597591 Kashmir Blue

📋 copy color: '#597591'

red 89 ◦ green 117 ◦ blue 145

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

Shades of Kashmir Blue #597591

Tints of Kashmir Blue #597591

RGB

 RED value IS 89 (35.16% from 255) = 25.36%

 GREEN value IS 117 (46.09% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 41.31%

R = 25.36%
G = 33.33%
B = 41.31%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#597591 (or 0x597591) is known color: Kashmir Blue. HEX triplet: 59, 75 and 91. RGB value is (89,117,145). Sum of RGB (Red+Green+Blue) = 89+117+145=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #597591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597591 is #A68A6E. Grayscale: #6F6F6F. Windows color (decimal): -10914415 or 9532761. OLE color: 9532761.

HSL color Cylindrical-coordinate representation of color #597591: hue angle of 210º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #597591 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 117 145 -
CMYK 0.39 0.19 0 0.43
HSL 210º 0.24% 0.46% -
HSV(B) 210º 0.39% 0.57% -
XYZ 15.59 16.89 29.23 -
YUV 111.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 89 117 145 0.39 0.19 0 0.43 210 0.24 0.46
Hex 59 75 91 27 13 0 2B D2 18 2E
Octal 131 165 221 47 23 0 53 322 30 56
Binary 1011001 1110101 10010001 100111 10011 0 101011 11010010 11000 101110

Color Harmonies of #597591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597591

Black with #597591

Text Example


Text Example

White with #597591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597591; }

 p { color: rgb(89,117,145); }

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

background-color css

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

 a { background-color: rgb(89,117,145); }

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

border-color css

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

 span { border-color: rgb(89,117,145); }

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