#576684

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

Shades of Kashmir Blue #576684

Tints of Kashmir Blue #576684

Color information

#576684 (or 0x576684) is unknown color: approx Kashmir Blue. HEX triplet: 57, 66 and 84. RGB value is (87,102,132). Sum of RGB (Red+Green+Blue) = 87+102+132=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #576684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576684 is #A8997B. Grayscale: #646464. Windows color (decimal): -11049340 or 8676951. OLE color: 8676951.

HSL color Cylindrical-coordinate representation of color #576684: hue angle of 220º 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 #576684 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB87102132-
CMYK0.340.2300.48
HSL220º20.55%42.94%-
HSV(B)220º34.09%51.76%-
XYZ12.8513.1923.7-
YUV100.94145.53118.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=27.10%
G=31.78%
B=41.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871021320.340.2300.4822020.5542.94
Hex5766842217030dc152b
Octal12714620442270603342553
Binary10101111100110100001001000101011101100001101110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576684; }

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

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

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

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

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

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

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

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