#597794

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

Shades of Kashmir Blue #597794

Tints of Kashmir Blue #597794

Color information

#597794 (or 0x597794) is unknown color: approx Kashmir Blue. HEX triplet: 59, 77 and 94. RGB value is (89,119,148). Sum of RGB (Red+Green+Blue) = 89+119+148=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #597794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597794 is #A6886B. Grayscale: #717171. Windows color (decimal): -10913900 or 9729881. OLE color: 9729881.

HSL color Cylindrical-coordinate representation of color #597794: hue angle of 209.49º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #597794 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89119148-
CMYK0.400.2000.42
HSL209.49º24.89%46.47%-
HSV(B)209.49º39.86%58.04%-
XYZ16.0617.4630.54-
YUV113.34147.56110.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 148 (58.20% from 255) = 41.57%
R=25%
G=33.43%
B=41.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891191480.400.2000.42209.4924.8946.47
Hex597794281402Ad1192e
Octal13116722450240523213156
Binary10110011110111100101001010001010001010101101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597794; }

 p { color: rgb(89,119,148); }

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

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

 a { background-color: rgb(89,119,148); }

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

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

 span { border-color: rgb(89,119,148); }

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