Html Css Color HEX #597592 Kashmir Blue

📋 copy color: '#597592'

red 89 ◦ green 117 ◦ blue 146

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

Shades of Kashmir Blue #597592

Tints of Kashmir Blue #597592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.48%

R = 25.28%
G = 33.24%
B = 41.48%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#597592 (or 0x597592) is known color: Kashmir Blue. HEX triplet: 59, 75 and 92. RGB value is (89,117,146). Sum of RGB (Red+Green+Blue) = 89+117+146=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #597592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597592 is #A68A6D. Grayscale: #6F6F6F. Windows color (decimal): -10914414 or 9598297. OLE color: 9598297.

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

Color convert

RGB 89 117 146 -
CMYK 0.39 0.20 0 0.43
HSL 210.53º 0.24% 0.46% -
HSV(B) 210.53º 0.39% 0.57% -
XYZ 15.67 16.92 29.63 -
YUV 111.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 89 117 146 0.39 0.20 0 0.43 210.53 0.24 0.46
Hex 59 75 92 27 14 0 2B D3 18 2E
Octal 131 165 222 47 24 0 53 323 30 56
Binary 1011001 1110101 10010010 100111 10100 0 101011 11010011 11000 101110

Color Harmonies of #597592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597592

Black with #597592

Text Example


Text Example

White with #597592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597592; }

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

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

background-color css

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

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

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

border-color css

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

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

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