#577196

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

Shades of Waikawa Grey #577196

Tints of Waikawa Grey #577196

Color information

#577196 (or 0x577196) is unknown color: approx Waikawa Grey. HEX triplet: 57, 71 and 96. RGB value is (87,113,150). Sum of RGB (Red+Green+Blue) = 87+113+150=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #577196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577196 is #A88E69. Grayscale: #6D6D6D. Windows color (decimal): -11046506 or 9859415. OLE color: 9859415.

HSL color Cylindrical-coordinate representation of color #577196: hue angle of 215.24º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #577196 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB87113150-
CMYK0.420.2500.41
HSL215.24º26.58%46.47%-
HSV(B)215.24º42%58.82%-
XYZ15.3416.0431.14-
YUV109.44150.89111.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=24.86%
G=32.29%
B=42.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871131500.420.2500.41215.2426.5846.47
Hex5771962A19029d71b2e
Octal12716122652310513273356
Binary10101111110001100101101010101100101010011101011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577196; }

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

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

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

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

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

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

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

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