#576280

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

Shades of Kashmir Blue #576280

Tints of Kashmir Blue #576280

Color information

#576280 (or 0x576280) is unknown color: approx Kashmir Blue. HEX triplet: 57, 62 and 80. RGB value is (87,98,128). Sum of RGB (Red+Green+Blue) = 87+98+128=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #576280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576280 is #A89D7F. Grayscale: #626262. Windows color (decimal): -11050368 or 8413783. OLE color: 8413783.

HSL color Cylindrical-coordinate representation of color #576280: hue angle of 223.9º 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 #576280 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8798128-
CMYK0.320.2300.50
HSL223.9º19.07%42.16%-
HSV(B)223.9º32.03%50.2%-
XYZ12.1912.3222.16-
YUV98.13144.86120.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 128 (50.39% from 255) = 40.89%
R=27.80%
G=31.31%
B=40.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87981280.320.2300.50223.919.0742.16
Hex5762802017032e0132a
Octal12714220040270623402352
Binary10101111100010100000001000001011101100101110000010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576280; }

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

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

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

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

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

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

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

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