#576993

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

Shades of Waikawa Grey #576993

Tints of Waikawa Grey #576993

Color information

#576993 (or 0x576993) is unknown color: approx Waikawa Grey. HEX triplet: 57, 69 and 93. RGB value is (87,105,147). Sum of RGB (Red+Green+Blue) = 87+105+147=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #576993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576993 is #A8966C. Grayscale: #686868. Windows color (decimal): -11048557 or 9660759. OLE color: 9660759.

HSL color Cylindrical-coordinate representation of color #576993: hue angle of 222º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #576993 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB87105147-
CMYK0.410.2900.42
HSL222º25.64%45.88%-
HSV(B)222º40.82%57.65%-
XYZ14.2514.2429.6-
YUV104.41152.04115.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=25.66%
G=30.97%
B=43.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871051470.410.2900.4222225.6445.88
Hex576993291D02Ade1a2e
Octal12715122351350523363256
Binary10101111101001100100111010011110101010101101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576993; }

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

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

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

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

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

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

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

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