#57658E

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

Shades of Waikawa Grey #57658E

Tints of Waikawa Grey #57658E

Color information

#57658E (or 0x57658E) is unknown color: approx Waikawa Grey. HEX triplet: 57, 65 and 8E. RGB value is (87,101,142). Sum of RGB (Red+Green+Blue) = 87+101+142=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #57658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57658E is #A89A71. Grayscale: #656565. Windows color (decimal): -11049586 or 9332055. OLE color: 9332055.

HSL color Cylindrical-coordinate representation of color #57658E: hue angle of 224.73º 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 #57658E is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87101142-
CMYK0.390.2900.44
HSL224.73º24.02%44.9%-
HSV(B)224.73º38.73%55.69%-
XYZ13.4713.2927.45-
YUV101.49150.86117.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=26.36%
G=30.61%
B=43.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871011420.390.2900.44224.7324.0244.9
Hex57658E271D02Ce1182d
Octal12714521647350543413055
Binary10101111100101100011101001111110101011001110000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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