#577099

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

Shades of Waikawa Grey #577099

Tints of Waikawa Grey #577099

Color information

#577099 (or 0x577099) is unknown color: approx Waikawa Grey. HEX triplet: 57, 70 and 99. RGB value is (87,112,153). Sum of RGB (Red+Green+Blue) = 87+112+153=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #577099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577099 is #A88F66. Grayscale: #6D6D6D. Windows color (decimal): -11046759 or 10055767. OLE color: 10055767.

HSL color Cylindrical-coordinate representation of color #577099: hue angle of 217.27º 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 #577099 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB87112153-
CMYK0.430.2700.4
HSL217.27º27.5%47.06%-
HSV(B)217.27º43.14%60%-
XYZ15.4715.9132.39-
YUV109.2152.72112.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 153 (60.16% from 255) = 43.47%
R=24.72%
G=31.82%
B=43.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871121530.430.2700.4217.2727.547.06
Hex5770992B1B028d91b2f
Octal12716023153330503313357
Binary10101111110000100110011010111101101010001101100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577099; }

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

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

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

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

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

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

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

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