#577398

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

Shades of Waikawa Grey #577398

Tints of Waikawa Grey #577398

Color information

#577398 (or 0x577398) is unknown color: approx Waikawa Grey. HEX triplet: 57, 73 and 98. RGB value is (87,115,152). Sum of RGB (Red+Green+Blue) = 87+115+152=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #577398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577398 is #A88C67. Grayscale: #6E6E6E. Windows color (decimal): -11045992 or 9990999. OLE color: 9990999.

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

Color convert

RGB87115152-
CMYK0.430.2400.40
HSL214.15º27.2%46.86%-
HSV(B)214.15º42.76%59.61%-
XYZ15.7316.5532.07-
YUV110.85151.22110.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.58%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 152 (59.77% from 255) = 42.94%
R=24.58%
G=32.49%
B=42.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871151520.430.2400.40214.1527.246.86
Hex5773982B18028d61b2f
Octal12716323053300503263357
Binary10101111110011100110001010111100001010001101011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577398; }

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

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

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

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

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

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

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

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