#57709A

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

Shades of Waikawa Grey #57709A

Tints of Waikawa Grey #57709A

Color information

#57709A (or 0x57709A) is unknown color: approx Waikawa Grey. HEX triplet: 57, 70 and 9A. RGB value is (87,112,154). Sum of RGB (Red+Green+Blue) = 87+112+154=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #57709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57709A is #A88F65. Grayscale: #6D6D6D. Windows color (decimal): -11046758 or 10121303. OLE color: 10121303.

HSL color Cylindrical-coordinate representation of color #57709A: hue angle of 217.61º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57709A is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB87112154-
CMYK0.440.2700.40
HSL217.61º27.8%47.25%-
HSV(B)217.61º43.51%60.39%-
XYZ15.5615.9532.83-
YUV109.31153.22112.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.65%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 154 (60.55% from 255) = 43.63%
R=24.65%
G=31.73%
B=43.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871121540.440.2700.40217.6127.847.25
Hex57709A2C1B028da1c2f
Octal12716023254330503323457
Binary10101111110000100110101011001101101010001101101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57709A; }

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

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

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

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

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

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

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

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