Html Css Color HEX #566F71 Nevada

📋 copy color: '#566F71'

red 86 ◦ green 111 ◦ blue 113

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

Shades of Nevada #566F71

Tints of Nevada #566F71

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

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 86 111 113 -
CMYK 0.24 0.02 0 0.56
HSL 184.44º 0.14% 0.39% -
HSV(B) 184.44º 0.24% 0.44% -
XYZ 12.5 14.54 17.77 -
YUV 103.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 86 111 113 0.24 0.02 0 0.56 184.44 0.14 0.39
Hex 56 6F 71 18 2 0 38 B8 E 27
Octal 126 157 161 30 2 0 70 270 16 47
Binary 1010110 1101111 1110001 11000 10 0 111000 10111000 1110 100111

Color Harmonies of #566F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566F71

Black with #566F71

Text Example


Text Example

White with #566F71

Text Example


Text Example

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