#56678E

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

Shades of Waikawa Grey #56678E

Tints of Waikawa Grey #56678E

Color information

#56678E (or 0x56678E) is unknown color: approx Waikawa Grey. HEX triplet: 56, 67 and 8E. RGB value is (86,103,142). Sum of RGB (Red+Green+Blue) = 86+103+142=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #56678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56678E is #A99871. Grayscale: #666666. Windows color (decimal): -11114610 or 9332566. OLE color: 9332566.

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

Color convert

RGB86103142-
CMYK0.390.2700.44
HSL221.79º24.56%44.71%-
HSV(B)221.79º39.44%55.69%-
XYZ13.5713.6327.51-
YUV102.36150.37116.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=25.98%
G=31.12%
B=42.90%

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
Decimal861031420.390.2700.44221.7924.5644.71
Hex56678E271B02Cde192d
Octal12614721647330543363155
Binary10101101100111100011101001111101101011001101111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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