#576688

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

Shades of Kashmir Blue #576688

Tints of Kashmir Blue #576688

Color information

#576688 (or 0x576688) is unknown color: approx Kashmir Blue. HEX triplet: 57, 66 and 88. RGB value is (87,102,136). Sum of RGB (Red+Green+Blue) = 87+102+136=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #576688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576688 is #A89977. Grayscale: #656565. Windows color (decimal): -11049336 or 8939095. OLE color: 8939095.

HSL color Cylindrical-coordinate representation of color #576688: hue angle of 221.63º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #576688 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87102136-
CMYK0.360.2500.47
HSL221.63º21.97%43.73%-
HSV(B)221.63º36.03%53.33%-
XYZ13.1313.3125.17-
YUV101.39147.53117.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=26.77%
G=31.38%
B=41.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871021360.360.2500.47221.6321.9743.73
Hex576688241902Fde162c
Octal12714621044310573362654
Binary10101111100110100010001001001100101011111101111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576688; }

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

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

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

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

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

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

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

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