#597288

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

Shades of Kashmir Blue #597288

Tints of Kashmir Blue #597288

Color information

#597288 (or 0x597288) is unknown color: approx Kashmir Blue. HEX triplet: 59, 72 and 88. RGB value is (89,114,136). Sum of RGB (Red+Green+Blue) = 89+114+136=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #597288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597288 is #A68D77. Grayscale: #6C6C6C. Windows color (decimal): -10915192 or 8942169. OLE color: 8942169.

HSL color Cylindrical-coordinate representation of color #597288: hue angle of 208.09º 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 #597288 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB89114136-
CMYK0.350.1600.47
HSL208.09º20.89%44.12%-
HSV(B)208.09º34.56%53.33%-
XYZ14.5815.9425.6-
YUV109.03143.22113.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=26.25%
G=33.63%
B=40.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891141360.350.1600.47208.0920.8944.12
Hex597288231002Fd0152c
Octal13116221043200573202554
Binary10110011110010100010001000111000001011111101000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597288; }

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

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

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

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

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

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

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

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