#577098

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

Shades of Waikawa Grey #577098

Tints of Waikawa Grey #577098

Color information

#577098 (or 0x577098) is unknown color: approx Waikawa Grey. HEX triplet: 57, 70 and 98. RGB value is (87,112,152). Sum of RGB (Red+Green+Blue) = 87+112+152=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #577098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577098 is #A88F67. Grayscale: #6C6C6C. Windows color (decimal): -11046760 or 9990231. OLE color: 9990231.

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

Color convert

RGB87112152-
CMYK0.430.2600.40
HSL216.92º27.2%46.86%-
HSV(B)216.92º42.76%59.61%-
XYZ15.3915.8831.96-
YUV109.08152.22112.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 152 (59.77% from 255) = 43.30%
R=24.79%
G=31.91%
B=43.30%

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
Decimal871121520.430.2600.40216.9227.246.86
Hex5770982B1A028d91b2f
Octal12716023053320503313357
Binary10101111110000100110001010111101001010001101100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577098; }

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

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

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

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

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

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

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

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