Html Css Color HEX #597288 Kashmir Blue

📋 copy color: '#597288'

red 89 ◦ green 114 ◦ blue 136

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

Shades of Kashmir Blue #597288

Tints of Kashmir Blue #597288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 26.25%
G = 33.63%
B = 40.12%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#597288 (or 0x597288) is known color: Kashmir Blue. HEX triplet: 59, 72 and 88. RGB value is (89,114,136). Sum of RGB (Red+Green+Blue) = 89+114+136=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #597288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597288 is #A68D77. Grayscale: #6C6C6C. Windows color (decimal): -10915192 or 8942169. OLE color: 8942169.

HSL color Cylindrical-coordinate representation of color #597288: hue angle of 208.09º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #597288 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 114 136 -
CMYK 0.35 0.16 0 0.47
HSL 208.09º 0.21% 0.44% -
HSV(B) 208.09º 0.35% 0.53% -
XYZ 14.58 15.94 25.6 -
YUV 109.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 89 114 136 0.35 0.16 0 0.47 208.09 0.21 0.44
Hex 59 72 88 23 10 0 2F D0 15 2C
Octal 131 162 210 43 20 0 57 320 25 54
Binary 1011001 1110010 10001000 100011 10000 0 101111 11010000 10101 101100

Color Harmonies of #597288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597288

Black with #597288

Text Example


Text Example

White with #597288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597288; }

 p { color: rgb(89,114,136); }

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

background-color css

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

 a { background-color: rgb(89,114,136); }

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

border-color css

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

 span { border-color: rgb(89,114,136); }

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