#576680

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

Shades of Kashmir Blue #576680

Tints of Kashmir Blue #576680

Color information

#576680 (or 0x576680) is unknown color: approx Kashmir Blue. HEX triplet: 57, 66 and 80. RGB value is (87,102,128). Sum of RGB (Red+Green+Blue) = 87+102+128=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #576680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576680 is #A8997F. Grayscale: #646464. Windows color (decimal): -11049344 or 8414807. OLE color: 8414807.

HSL color Cylindrical-coordinate representation of color #576680: hue angle of 218.05º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #576680 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB87102128-
CMYK0.320.2000.50
HSL218.05º19.07%42.16%-
HSV(B)218.05º32.03%50.2%-
XYZ12.5813.0922.29-
YUV100.48143.53118.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.44%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=27.44%
G=32.18%
B=40.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871021280.320.2000.50218.0519.0742.16
Hex5766802014032da132a
Octal12714620040240623322352
Binary10101111100110100000001000001010001100101101101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576680; }

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

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

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

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

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

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

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

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