#576886

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

Shades of Kashmir Blue #576886

Tints of Kashmir Blue #576886

Color information

#576886 (or 0x576886) is unknown color: approx Kashmir Blue. HEX triplet: 57, 68 and 86. RGB value is (87,104,134). Sum of RGB (Red+Green+Blue) = 87+104+134=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #576886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576886 is #A89779. Grayscale: #666666. Windows color (decimal): -11048826 or 8808535. OLE color: 8808535.

HSL color Cylindrical-coordinate representation of color #576886: hue angle of 218.3º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #576886 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87104134-
CMYK0.350.2200.47
HSL218.3º21.27%43.33%-
HSV(B)218.3º35.07%52.55%-
XYZ13.1813.6524.49-
YUV102.34145.87117.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=26.77%
G=32%
B=41.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871041340.350.2200.47218.321.2743.33
Hex576886231602Fda152b
Octal12715020643260573322553
Binary10101111101000100001101000111011001011111101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576886; }

 p { color: rgb(87,104,134); }

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

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

 a { background-color: rgb(87,104,134); }

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

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

 span { border-color: rgb(87,104,134); }

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