#597290

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

Shades of Kashmir Blue #597290

Tints of Kashmir Blue #597290

Color information

#597290 (or 0x597290) is unknown color: approx Kashmir Blue. HEX triplet: 59, 72 and 90. RGB value is (89,114,144). Sum of RGB (Red+Green+Blue) = 89+114+144=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #597290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597290 is #A68D6F. Grayscale: #6D6D6D. Windows color (decimal): -10915184 or 9466457. OLE color: 9466457.

HSL color Cylindrical-coordinate representation of color #597290: hue angle of 212.73º 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 #597290 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89114144-
CMYK0.380.2100.44
HSL212.73º23.61%45.69%-
HSV(B)212.73º38.19%56.47%-
XYZ15.1716.1728.71-
YUV109.94147.22113.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=25.65%
G=32.85%
B=41.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891141440.380.2100.44212.7323.6145.69
Hex597290261502Cd5182e
Octal13116222046250543253056
Binary10110011110010100100001001101010101011001101010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597290; }

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

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

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

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

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

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

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

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