#577691

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

Shades of Kashmir Blue #577691

Tints of Kashmir Blue #577691

Color information

#577691 (or 0x577691) is unknown color: approx Kashmir Blue. HEX triplet: 57, 76 and 91. RGB value is (87,118,145). Sum of RGB (Red+Green+Blue) = 87+118+145=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #577691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577691 is #A8896E. Grayscale: #6F6F6F. Windows color (decimal): -11045231 or 9533015. OLE color: 9533015.

HSL color Cylindrical-coordinate representation of color #577691: hue angle of 207.93º 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 #577691 is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB87118145-
CMYK0.40.1900.43
HSL207.93º25%45.49%-
HSV(B)207.93º40%56.86%-
XYZ15.5217.0329.26-
YUV111.81146.73110.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 145 (57.03% from 255) = 41.43%
R=24.86%
G=33.71%
B=41.43%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871181450.40.1900.43207.932545.49
Hex577691281302Bd0192d
Octal12716622150230533203155
Binary10101111110110100100011010001001101010111101000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577691; }

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

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

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

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

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

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

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

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