#577198

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

Shades of Waikawa Grey #577198

Tints of Waikawa Grey #577198

Color information

#577198 (or 0x577198) is unknown color: approx Waikawa Grey. HEX triplet: 57, 71 and 98. RGB value is (87,113,152). Sum of RGB (Red+Green+Blue) = 87+113+152=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #577198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577198 is #A88E67. Grayscale: #6D6D6D. Windows color (decimal): -11046504 or 9990487. OLE color: 9990487.

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

Color convert

RGB87113152-
CMYK0.430.2600.40
HSL216º27.2%46.86%-
HSV(B)216º42.76%59.61%-
XYZ15.516.132-
YUV109.67151.89111.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=24.72%
G=32.10%
B=43.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871131520.430.2600.4021627.246.86
Hex5771982B1A028d81b2f
Octal12716123053320503303357
Binary10101111110001100110001010111101001010001101100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577198; }

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

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

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

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

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

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

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

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