Html Css Color HEX #597291 Kashmir Blue

📋 copy color: '#597291'

red 89 ◦ green 114 ◦ blue 145

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

Shades of Kashmir Blue #597291

Tints of Kashmir Blue #597291

RGB

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

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

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

R = 25.57%
G = 32.76%
B = 41.67%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#597291 (or 0x597291) is known color: Kashmir Blue. HEX triplet: 59, 72 and 91. RGB value is (89,114,145). Sum of RGB (Red+Green+Blue) = 89+114+145=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #597291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597291 is #A68D6E. Grayscale: #6D6D6D. Windows color (decimal): -10915183 or 9531993. OLE color: 9531993.

HSL color Cylindrical-coordinate representation of color #597291: hue angle of 213.21º 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 #597291 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 114 145 -
CMYK 0.39 0.21 0 0.43
HSL 213.21º 0.24% 0.46% -
HSV(B) 213.21º 0.39% 0.57% -
XYZ 15.25 16.2 29.11 -
YUV 110.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 89 114 145 0.39 0.21 0 0.43 213.21 0.24 0.46
Hex 59 72 91 27 15 0 2B D5 18 2E
Octal 131 162 221 47 25 0 53 325 30 56
Binary 1011001 1110010 10010001 100111 10101 0 101011 11010101 11000 101110

Color Harmonies of #597291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597291

Black with #597291

Text Example


Text Example

White with #597291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597291; }

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

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

background-color css

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

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

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

border-color css

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

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

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