#597188

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

Shades of Kashmir Blue #597188

Tints of Kashmir Blue #597188

Color information

#597188 (or 0x597188) is unknown color: approx Kashmir Blue. HEX triplet: 59, 71 and 88. RGB value is (89,113,136). Sum of RGB (Red+Green+Blue) = 89+113+136=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #597188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597188 is #A68E77. Grayscale: #6C6C6C. Windows color (decimal): -10915448 or 8941913. OLE color: 8941913.

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

Color convert

RGB89113136-
CMYK0.350.1700.47
HSL209.36º20.89%44.12%-
HSV(B)209.36º34.56%53.33%-
XYZ14.4715.7125.56-
YUV108.45143.55114.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.33%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=26.33%
G=33.43%
B=40.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891131360.350.1700.47209.3620.8944.12
Hex597188231102Fd1152c
Octal13116121043210573212554
Binary10110011110001100010001000111000101011111101000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597188; }

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

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

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

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

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

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

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

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