Html Css Color HEX #597792 Kashmir Blue

📋 copy color: '#597792'

red 89 ◦ green 119 ◦ blue 146

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

Shades of Kashmir Blue #597792

Tints of Kashmir Blue #597792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

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

R = 25.14%
G = 33.62%
B = 41.24%

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

#597792 (or 0x597792) is known color: Kashmir Blue. HEX triplet: 59, 77 and 92. RGB value is (89,119,146). Sum of RGB (Red+Green+Blue) = 89+119+146=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #597792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597792 is #A6886D. Grayscale: #707070. Windows color (decimal): -10913902 or 9598809. OLE color: 9598809.

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

Color convert

RGB 89 119 146 -
CMYK 0.39 0.18 0 0.43
HSL 208.42º 0.24% 0.46% -
HSV(B) 208.42º 0.39% 0.57% -
XYZ 15.9 17.39 29.71 -
YUV 113.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 89 119 146 0.39 0.18 0 0.43 208.42 0.24 0.46
Hex 59 77 92 27 12 0 2B D0 18 2E
Octal 131 167 222 47 22 0 53 320 30 56
Binary 1011001 1110111 10010010 100111 10010 0 101011 11010000 11000 101110

Color Harmonies of #597792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597792

Black with #597792

Text Example


Text Example

White with #597792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597792; }

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

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

background-color css

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

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

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

border-color css

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

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

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