#576181

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

Shades of Kashmir Blue #576181

Tints of Kashmir Blue #576181

Color information

#576181 (or 0x576181) is unknown color: approx Kashmir Blue. HEX triplet: 57, 61 and 81. RGB value is (87,97,129). Sum of RGB (Red+Green+Blue) = 87+97+129=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #576181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576181 is #A89E7E. Grayscale: #616161. Windows color (decimal): -11050623 or 8479063. OLE color: 8479063.

HSL color Cylindrical-coordinate representation of color #576181: hue angle of 225.71º 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 #576181 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8797129-
CMYK0.330.2500.49
HSL225.71º19.44%42.35%-
HSV(B)225.71º32.56%50.59%-
XYZ12.1712.1622.47-
YUV97.66145.69120.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=27.80%
G=30.99%
B=41.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87971290.330.2500.49225.7119.4442.35
Hex5761812119031e2132a
Octal12714120141310613422352
Binary10101111100001100000011000011100101100011110001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576181; }

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

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

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

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

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

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

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

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