#566E70

Color #566E70 Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #566E70

Tints of Nevada #566E70

Color information

#566E70 (or 0x566E70) is unknown color: approx Nevada. HEX triplet: 56, 6E and 70. RGB value is (86,110,112). Sum of RGB (Red+Green+Blue) = 86+110+112=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: blue. Hex color #566E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E70 is #A9918F. Grayscale: #676767. Windows color (decimal): -11112848 or 7368278. OLE color: 7368278.

HSL color Cylindrical-coordinate representation of color #566E70: hue angle of 184.62º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #566E70 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB86110112-
CMYK0.230.0200.56
HSL184.62º13.13%38.82%-
HSV(B)184.62º23.21%43.92%-
XYZ12.3414.317.44-
YUV103.05133.05115.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=27.92%
G=35.71%
B=36.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861101120.230.0200.56184.6213.1338.82
Hex566E70172038b9d27
Octal1261561602720702711547
Binary10101101101110111000010111100111000101110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566E70; }

 p { color: rgb(86,110,112); }

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

<style>
 a { background-color: #566E70; }

 a { background-color: rgb(86,110,112); }

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

<style>
 span { border-color: #566E70; }

 span { border-color: rgb(86,110,112); }

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