#576590

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

Shades of Waikawa Grey #576590

Tints of Waikawa Grey #576590

Color information

#576590 (or 0x576590) is unknown color: approx Waikawa Grey. HEX triplet: 57, 65 and 90. RGB value is (87,101,144). Sum of RGB (Red+Green+Blue) = 87+101+144=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #576590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576590 is #A89A6F. Grayscale: #656565. Windows color (decimal): -11049584 or 9463127. OLE color: 9463127.

HSL color Cylindrical-coordinate representation of color #576590: hue angle of 225.26º 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 #576590 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87101144-
CMYK0.400.3000.44
HSL225.26º24.68%45.29%-
HSV(B)225.26º39.58%56.47%-
XYZ13.6213.3528.24-
YUV101.72151.86117.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=26.20%
G=30.42%
B=43.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871011440.400.3000.44225.2624.6845.29
Hex576590281E02Ce1192d
Octal12714522050360543413155
Binary10101111100101100100001010001111001011001110000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576590; }

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

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

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

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

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

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

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

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