#576284

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

Shades of Kashmir Blue #576284

Tints of Kashmir Blue #576284

Color information

#576284 (or 0x576284) is unknown color: approx Kashmir Blue. HEX triplet: 57, 62 and 84. RGB value is (87,98,132). Sum of RGB (Red+Green+Blue) = 87+98+132=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #576284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576284 is #A89D7B. Grayscale: #626262. Windows color (decimal): -11050364 or 8675927. OLE color: 8675927.

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

Color convert

RGB8798132-
CMYK0.340.2600.48
HSL225.33º20.55%42.94%-
HSV(B)225.33º34.09%51.76%-
XYZ12.4612.4323.57-
YUV98.59146.86119.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.44%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=27.44%
G=30.91%
B=41.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87981320.340.2600.48225.3320.5542.94
Hex576284221A030e1152b
Octal12714220442320603412553
Binary10101111100010100001001000101101001100001110000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576284; }

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

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

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

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

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

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

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

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