#597896

Color #597896 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #597896

Tints of Kashmir Blue #597896

Color information

#597896 (or 0x597896) is unknown color: approx Kashmir Blue. HEX triplet: 59, 78 and 96. RGB value is (89,120,150). Sum of RGB (Red+Green+Blue) = 89+120+150=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #597896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597896 is #A68769. Grayscale: #727272. Windows color (decimal): -10913642 or 9861209. OLE color: 9861209.

HSL color Cylindrical-coordinate representation of color #597896: hue angle of 209.51º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #597896 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB89120150-
CMYK0.410.2000.41
HSL209.51º25.52%46.86%-
HSV(B)209.51º40.67%58.82%-
XYZ16.3417.7631.42-
YUV114.15148.23110.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=24.79%
G=33.43%
B=41.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891201500.410.2000.41209.5125.5246.86
Hex5978962914029d21a2f
Octal13117022651240513223257
Binary10110011111000100101101010011010001010011101001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597896; }

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

 H1.HeaderClassName
 {
   color: #597896;
 }
 .AnyTagClassName
 {
   color: #597896;
 }
</style>
background-color css

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

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

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

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

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

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