#566F71

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

Shades of Nevada #566F71

Tints of Nevada #566F71

Color information

#566F71 (or 0x566F71) is unknown color: approx Nevada. HEX triplet: 56, 6F and 71. RGB value is (86,111,113). Sum of RGB (Red+Green+Blue) = 86+111+113=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 113 - color contains mainly: blue. Hex color #566F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F71 is #A9908E. Grayscale: #676767. Windows color (decimal): -11112591 or 7434070. OLE color: 7434070.

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

Color convert

RGB86111113-
CMYK0.240.0200.56
HSL184.44º13.57%39.02%-
HSV(B)184.44º23.89%44.31%-
XYZ12.514.5417.77-
YUV103.75133.22115.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 111 (43.75% from 255) = 35.81%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=27.74%
G=35.81%
B=36.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861111130.240.0200.56184.4413.5739.02
Hex566F71182038b8e27
Octal1261571613020702701647
Binary10101101101111111000111000100111000101110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,111,113); }

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

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

 a { background-color: rgb(86,111,113); }

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

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

 span { border-color: rgb(86,111,113); }

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