#576990

Color #576990 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #576990

Tints of Waikawa Grey #576990

Color information

#576990 (or 0x576990) is unknown color: approx Waikawa Grey. HEX triplet: 57, 69 and 90. RGB value is (87,105,144). Sum of RGB (Red+Green+Blue) = 87+105+144=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #576990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576990 is #A8966F. Grayscale: #676767. Windows color (decimal): -11048560 or 9464151. OLE color: 9464151.

HSL color Cylindrical-coordinate representation of color #576990: hue angle of 221.05º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576990 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87105144-
CMYK0.400.2700.44
HSL221.05º24.68%45.29%-
HSV(B)221.05º39.58%56.47%-
XYZ14.0214.1428.38-
YUV104.06150.54115.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.89%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=25.89%
G=31.25%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871051440.400.2700.44221.0524.6845.29
Hex576990281B02Cdd192d
Octal12715122050330543353155
Binary10101111101001100100001010001101101011001101110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576990; }

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

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

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

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

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

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

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

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