Html Css Color HEX #566E70 Nevada

📋 copy color: '#566E70'

red 86 ◦ green 110 ◦ blue 112

#566E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #566E70

Tints of Nevada #566E70

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 value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#566E70 (or 0x566E70) is known color: 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

RGB 86 110 112 -
CMYK 0.23 0.02 0 0.56
HSL 184.62º 0.13% 0.39% -
HSV(B) 184.62º 0.23% 0.44% -
XYZ 12.34 14.3 17.44 -
YUV 103.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 86 110 112 0.23 0.02 0 0.56 184.62 0.13 0.39
Hex 56 6E 70 17 2 0 38 B9 D 27
Octal 126 156 160 27 2 0 70 271 15 47
Binary 1010110 1101110 1110000 10111 10 0 111000 10111001 1101 100111

Color Harmonies of #566E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566E70

Black with #566E70

Text Example


Text Example

White with #566E70

Text Example


Text Example

HTML Codes & Css Web 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>