#576985

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

Shades of Kashmir Blue #576985

Tints of Kashmir Blue #576985

Color information

#576985 (or 0x576985) is unknown color: approx Kashmir Blue. HEX triplet: 57, 69 and 85. RGB value is (87,105,133). Sum of RGB (Red+Green+Blue) = 87+105+133=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #576985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576985 is #A8967A. Grayscale: #666666. Windows color (decimal): -11048571 or 8743255. OLE color: 8743255.

HSL color Cylindrical-coordinate representation of color #576985: hue angle of 216.52º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #576985 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB87105133-
CMYK0.350.2100.48
HSL216.52º20.91%43.14%-
HSV(B)216.52º34.59%52.16%-
XYZ13.2213.8224.16-
YUV102.81145.04116.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=26.77%
G=32.31%
B=40.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871051330.350.2100.48216.5220.9143.14
Hex5769852315030d9152b
Octal12715120543250603312553
Binary10101111101001100001011000111010101100001101100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576985; }

 p { color: rgb(87,105,133); }

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

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

 a { background-color: rgb(87,105,133); }

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

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

 span { border-color: rgb(87,105,133); }

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