Html Css Color HEX #597086 Kashmir Blue

📋 copy color: '#597086'

red 89 ◦ green 112 ◦ blue 134

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

Shades of Kashmir Blue #597086

Tints of Kashmir Blue #597086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

 BLUE value IS 134 (52.73% from 255) = 40%

R = 26.57%
G = 33.43%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#597086 (or 0x597086) is known color: Kashmir Blue. HEX triplet: 59, 70 and 86. RGB value is (89,112,134). Sum of RGB (Red+Green+Blue) = 89+112+134=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #597086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597086 is #A68F79. Grayscale: #6B6B6B. Windows color (decimal): -10915706 or 8810585. OLE color: 8810585.

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

Color convert

RGB 89 112 134 -
CMYK 0.34 0.16 0 0.47
HSL 209.33º 0.2% 0.44% -
HSV(B) 209.33º 0.34% 0.53% -
XYZ 14.22 15.43 24.78 -
YUV 107.63 142.88 114.71 -
System Red Green Blue C M Y K H S L
Decimal 89 112 134 0.34 0.16 0 0.47 209.33 0.2 0.44
Hex 59 70 86 22 10 0 2F D1 14 2C
Octal 131 160 206 42 20 0 57 321 24 54
Binary 1011001 1110000 10000110 100010 10000 0 101111 11010001 10100 101100

Color Harmonies of #597086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597086

Black with #597086

Text Example


Text Example

White with #597086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597086; }

 p { color: rgb(89,112,134); }

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

background-color css

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

 a { background-color: rgb(89,112,134); }

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

border-color css

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

 span { border-color: rgb(89,112,134); }

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