#57668C

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

Shades of Waikawa Grey #57668C

Tints of Waikawa Grey #57668C

Color information

#57668C (or 0x57668C) is unknown color: approx Waikawa Grey. HEX triplet: 57, 66 and 8C. RGB value is (87,102,140). Sum of RGB (Red+Green+Blue) = 87+102+140=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #57668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57668C is #A89973. Grayscale: #656565. Windows color (decimal): -11049332 or 9201239. OLE color: 9201239.

HSL color Cylindrical-coordinate representation of color #57668C: hue angle of 223.02º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57668C is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87102140-
CMYK0.380.2700.45
HSL223.02º23.35%44.51%-
HSV(B)223.02º37.86%54.9%-
XYZ13.4213.4226.69-
YUV101.85149.53117.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.44%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=26.44%
G=31.00%
B=42.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871021400.380.2700.45223.0223.3544.51
Hex57668C261B02Ddf172d
Octal12714621446330553372755
Binary10101111100110100011001001101101101011011101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57668C; }

 p { color: rgb(87,102,140); }

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

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

 a { background-color: rgb(87,102,140); }

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

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

 span { border-color: rgb(87,102,140); }

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