#577791

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

Shades of Kashmir Blue #577791

Tints of Kashmir Blue #577791

Color information

#577791 (or 0x577791) is unknown color: approx Kashmir Blue. HEX triplet: 57, 77 and 91. RGB value is (87,119,145). Sum of RGB (Red+Green+Blue) = 87+119+145=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #577791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577791 is #A8886E. Grayscale: #707070. Windows color (decimal): -11044975 or 9533271. OLE color: 9533271.

HSL color Cylindrical-coordinate representation of color #577791: hue angle of 206.9º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #577791 is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB87119145-
CMYK0.40.1800.43
HSL206.9º25%45.49%-
HSV(B)206.9º40%56.86%-
XYZ15.6417.2629.3-
YUV112.4146.4109.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 145 (57.03% from 255) = 41.31%
R=24.79%
G=33.90%
B=41.31%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871191450.40.1800.43206.92545.49
Hex577791281202Bcf192d
Octal12716722150220533173155
Binary10101111110111100100011010001001001010111100111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577791; }

 p { color: rgb(87,119,145); }

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

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

 a { background-color: rgb(87,119,145); }

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

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

 span { border-color: rgb(87,119,145); }

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