#57678E

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

Shades of Waikawa Grey #57678E

Tints of Waikawa Grey #57678E

Color information

#57678E (or 0x57678E) is unknown color: approx Waikawa Grey. HEX triplet: 57, 67 and 8E. RGB value is (87,103,142). Sum of RGB (Red+Green+Blue) = 87+103+142=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #57678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57678E is #A89871. Grayscale: #666666. Windows color (decimal): -11049074 or 9332567. OLE color: 9332567.

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

Color convert

RGB87103142-
CMYK0.390.2700.44
HSL222.55º24.02%44.9%-
HSV(B)222.55º38.73%55.69%-
XYZ13.6613.6827.51-
YUV102.66150.2116.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=26.20%
G=31.02%
B=42.77%

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
Decimal871031420.390.2700.44222.5524.0244.9
Hex57678E271B02Cdf182d
Octal12714721647330543373055
Binary10101111100111100011101001111101101011001101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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