#597088

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

Shades of Kashmir Blue #597088

Tints of Kashmir Blue #597088

Color information

#597088 (or 0x597088) is unknown color: approx Kashmir Blue. HEX triplet: 59, 70 and 88. RGB value is (89,112,136). Sum of RGB (Red+Green+Blue) = 89+112+136=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #597088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597088 is #A68F77. Grayscale: #6B6B6B. Windows color (decimal): -10915704 or 8941657. OLE color: 8941657.

HSL color Cylindrical-coordinate representation of color #597088: hue angle of 210.64º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #597088 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB89112136-
CMYK0.350.1800.47
HSL210.64º20.89%44.12%-
HSV(B)210.64º34.56%53.33%-
XYZ14.3615.4925.53-
YUV107.86143.88114.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.41%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=26.41%
G=33.23%
B=40.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891121360.350.1800.47210.6420.8944.12
Hex597088231202Fd3152c
Octal13116021043220573232554
Binary10110011110000100010001000111001001011111101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597088; }

 p { color: rgb(89,112,136); }

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

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

 a { background-color: rgb(89,112,136); }

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

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

 span { border-color: rgb(89,112,136); }

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