#57649A

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

Shades of Waikawa Grey #57649A

Tints of Waikawa Grey #57649A

Color information

#57649A (or 0x57649A) is unknown color: approx Waikawa Grey. HEX triplet: 57, 64 and 9A. RGB value is (87,100,154). Sum of RGB (Red+Green+Blue) = 87+100+154=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #57649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57649A is #A89B65. Grayscale: #666666. Windows color (decimal): -11049830 or 10118231. OLE color: 10118231.

HSL color Cylindrical-coordinate representation of color #57649A: hue angle of 228.36º 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 #57649A is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB87100154-
CMYK0.440.3500.40
HSL228.36º27.8%47.25%-
HSV(B)228.36º43.51%60.39%-
XYZ14.3213.4732.42-
YUV102.27157.19117.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=25.51%
G=29.33%
B=45.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871001540.440.3500.40228.3627.847.25
Hex57649A2C23028e41c2f
Octal12714423254430503443457
Binary101011111001001001101010110010001101010001110010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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