Html Css Color HEX #597892 Kashmir Blue

📋 copy color: '#597892'

red 89 ◦ green 120 ◦ blue 146

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

Shades of Kashmir Blue #597892

Tints of Kashmir Blue #597892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 25.07%
G = 33.8%
B = 41.13%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#597892 (or 0x597892) is known color: Kashmir Blue. HEX triplet: 59, 78 and 92. RGB value is (89,120,146). Sum of RGB (Red+Green+Blue) = 89+120+146=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #597892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597892 is #A6876D. Grayscale: #717171. Windows color (decimal): -10913646 or 9599065. OLE color: 9599065.

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

Color convert

RGB 89 120 146 -
CMYK 0.39 0.18 0 0.43
HSL 207.37º 0.24% 0.46% -
HSV(B) 207.37º 0.39% 0.57% -
XYZ 16.02 17.63 29.75 -
YUV 113.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 89 120 146 0.39 0.18 0 0.43 207.37 0.24 0.46
Hex 59 78 92 27 12 0 2B CF 18 2E
Octal 131 170 222 47 22 0 53 317 30 56
Binary 1011001 1111000 10010010 100111 10010 0 101011 11001111 11000 101110

Color Harmonies of #597892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597892

Black with #597892

Text Example


Text Example

White with #597892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597892; }

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

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

background-color css

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

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

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

border-color css

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

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

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