#597090

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

Shades of Kashmir Blue #597090

Tints of Kashmir Blue #597090

Color information

#597090 (or 0x597090) is unknown color: approx Kashmir Blue. HEX triplet: 59, 70 and 90. RGB value is (89,112,144). Sum of RGB (Red+Green+Blue) = 89+112+144=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #597090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597090 is #A68F6F. Grayscale: #6C6C6C. Windows color (decimal): -10915696 or 9465945. OLE color: 9465945.

HSL color Cylindrical-coordinate representation of color #597090: hue angle of 214.91º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #597090 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89112144-
CMYK0.380.2200.44
HSL214.91º23.61%45.69%-
HSV(B)214.91º38.19%56.47%-
XYZ14.9515.7328.63-
YUV108.77147.88113.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=25.80%
G=32.46%
B=41.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891121440.380.2200.44214.9123.6145.69
Hex597090261602Cd7182e
Octal13116022046260543273056
Binary10110011110000100100001001101011001011001101011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597090; }

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

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

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

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

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

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

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

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