#576581

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

Shades of Kashmir Blue #576581

Tints of Kashmir Blue #576581

Color information

#576581 (or 0x576581) is unknown color: approx Kashmir Blue. HEX triplet: 57, 65 and 81. RGB value is (87,101,129). Sum of RGB (Red+Green+Blue) = 87+101+129=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #576581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576581 is #A89A7E. Grayscale: #636363. Windows color (decimal): -11049599 or 8480087. OLE color: 8480087.

HSL color Cylindrical-coordinate representation of color #576581: hue angle of 220º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #576581 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB87101129-
CMYK0.330.2200.49
HSL220º19.44%42.35%-
HSV(B)220º32.56%50.59%-
XYZ12.5512.9222.6-
YUV100.01144.36118.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.44%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=27.44%
G=31.86%
B=40.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871011290.330.2200.4922019.4442.35
Hex5765812116031dc132a
Octal12714520141260613342352
Binary10101111100101100000011000011011001100011101110010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576581; }

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

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

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

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

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

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

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

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