#576584

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

Shades of Kashmir Blue #576584

Tints of Kashmir Blue #576584

Color information

#576584 (or 0x576584) is unknown color: approx Kashmir Blue. HEX triplet: 57, 65 and 84. RGB value is (87,101,132). Sum of RGB (Red+Green+Blue) = 87+101+132=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #576584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576584 is #A89A7B. Grayscale: #646464. Windows color (decimal): -11049596 or 8676695. OLE color: 8676695.

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

Color convert

RGB87101132-
CMYK0.340.2300.48
HSL221.33º20.55%42.94%-
HSV(B)221.33º34.09%51.76%-
XYZ12.751323.67-
YUV100.35145.86118.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.19%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=27.19%
G=31.56%
B=41.25%

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
Decimal871011320.340.2300.48221.3320.5542.94
Hex5765842217030dd152b
Octal12714520442270603352553
Binary10101111100101100001001000101011101100001101110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576584; }

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

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

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

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

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

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

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

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