#577199

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

Shades of Waikawa Grey #577199

Tints of Waikawa Grey #577199

Color information

#577199 (or 0x577199) is unknown color: approx Waikawa Grey. HEX triplet: 57, 71 and 99. RGB value is (87,113,153). Sum of RGB (Red+Green+Blue) = 87+113+153=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #577199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577199 is #A88E66. Grayscale: #6D6D6D. Windows color (decimal): -11046503 or 10056023. OLE color: 10056023.

HSL color Cylindrical-coordinate representation of color #577199: hue angle of 216.36º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #577199 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB87113153-
CMYK0.430.2600.4
HSL216.36º27.5%47.06%-
HSV(B)216.36º43.14%60%-
XYZ15.5916.1432.43-
YUV109.79152.39111.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.65%
GREEN value IS 113 (44.53% from 255) = 32.01%
BLUE value IS 153 (60.16% from 255) = 43.34%
R=24.65%
G=32.01%
B=43.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871131530.430.2600.4216.3627.547.06
Hex5771992B1A028d81b2f
Octal12716123153320503303357
Binary10101111110001100110011010111101001010001101100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577199; }

 p { color: rgb(87,113,153); }

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

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

 a { background-color: rgb(87,113,153); }

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

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

 span { border-color: rgb(87,113,153); }

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