#56668E

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

Shades of Waikawa Grey #56668E

Tints of Waikawa Grey #56668E

Color information

#56668E (or 0x56668E) is unknown color: approx Waikawa Grey. HEX triplet: 56, 66 and 8E. RGB value is (86,102,142). Sum of RGB (Red+Green+Blue) = 86+102+142=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #56668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56668E is #A99971. Grayscale: #656565. Windows color (decimal): -11114866 or 9332310. OLE color: 9332310.

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

Color convert

RGB86102142-
CMYK0.390.2800.44
HSL222.86º24.56%44.71%-
HSV(B)222.86º39.44%55.69%-
XYZ13.4713.4327.47-
YUV101.78150.7116.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=26.06%
G=30.91%
B=43.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861021420.390.2800.44222.8624.5644.71
Hex56668E271C02Cdf192d
Octal12614621647340543373155
Binary10101101100110100011101001111110001011001101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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