#576B84

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

Shades of Kashmir Blue #576B84

Tints of Kashmir Blue #576B84

Color information

#576B84 (or 0x576B84) is unknown color: approx Kashmir Blue. HEX triplet: 57, 6B and 84. RGB value is (87,107,132). Sum of RGB (Red+Green+Blue) = 87+107+132=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #576B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576B84 is #A8947B. Grayscale: #676767. Windows color (decimal): -11048060 or 8678231. OLE color: 8678231.

HSL color Cylindrical-coordinate representation of color #576B84: hue angle of 213.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #576B84 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB87107132-
CMYK0.340.1900.48
HSL213.33º20.55%42.94%-
HSV(B)213.33º34.09%51.76%-
XYZ13.3514.2123.87-
YUV103.87143.87115.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=26.69%
G=32.82%
B=40.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871071320.340.1900.48213.3320.5542.94
Hex576B842213030d5152b
Octal12715320442230603252553
Binary10101111101011100001001000101001101100001101010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576B84; }

 p { color: rgb(87,107,132); }

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

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

 a { background-color: rgb(87,107,132); }

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

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

 span { border-color: rgb(87,107,132); }

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