#57688E

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

Shades of Waikawa Grey #57688E

Tints of Waikawa Grey #57688E

Color information

#57688E (or 0x57688E) is unknown color: approx Waikawa Grey. HEX triplet: 57, 68 and 8E. RGB value is (87,104,142). Sum of RGB (Red+Green+Blue) = 87+104+142=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #57688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57688E is #A89771. Grayscale: #676767. Windows color (decimal): -11048818 or 9332823. OLE color: 9332823.

HSL color Cylindrical-coordinate representation of color #57688E: hue angle of 221.45º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57688E is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87104142-
CMYK0.390.2700.44
HSL221.45º24.02%44.9%-
HSV(B)221.45º38.73%55.69%-
XYZ13.7613.8827.54-
YUV103.25149.87116.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=26.13%
G=31.23%
B=42.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871041420.390.2700.44221.4524.0244.9
Hex57688E271B02Cdd182d
Octal12715021647330543353055
Binary10101111101000100011101001111101101011001101110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57688E; }

 p { color: rgb(87,104,142); }

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

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

 a { background-color: rgb(87,104,142); }

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

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

 span { border-color: rgb(87,104,142); }

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