#57678C

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

Shades of Waikawa Grey #57678C

Tints of Waikawa Grey #57678C

Color information

#57678C (or 0x57678C) is unknown color: approx Waikawa Grey. HEX triplet: 57, 67 and 8C. RGB value is (87,103,140). Sum of RGB (Red+Green+Blue) = 87+103+140=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #57678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57678C is #A89873. Grayscale: #666666. Windows color (decimal): -11049076 or 9201495. OLE color: 9201495.

HSL color Cylindrical-coordinate representation of color #57678C: hue angle of 221.89º 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 #57678C is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87103140-
CMYK0.380.2600.45
HSL221.89º23.35%44.51%-
HSV(B)221.89º37.86%54.9%-
XYZ13.5113.6226.73-
YUV102.43149.2116.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=26.36%
G=31.21%
B=42.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871031400.380.2600.45221.8923.3544.51
Hex57678C261A02Dde172d
Octal12714721446320553362755
Binary10101111100111100011001001101101001011011101111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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