#5B6E70

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

Shades of Nevada #5B6E70

Tints of Nevada #5B6E70

Color information

#5B6E70 (or 0x5B6E70) is unknown color: approx Nevada. HEX triplet: 5B, 6E and 70. RGB value is (91,110,112). Sum of RGB (Red+Green+Blue) = 91+110+112=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B6E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6E70 is #A4918F. Grayscale: #686868. Windows color (decimal): -10785168 or 7368283. OLE color: 7368283.

HSL color Cylindrical-coordinate representation of color #5B6E70: hue angle of 185.71º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B6E70 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB91110112-
CMYK0.190.0200.56
HSL185.71º10.34%39.8%-
HSV(B)185.71º18.75%43.92%-
XYZ12.8114.5517.46-
YUV104.55132.21118.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.07%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=29.07%
G=35.14%
B=35.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal911101120.190.0200.56185.7110.3439.8
Hex5B6E70132038baa28
Octal1331561602320702721250
Binary10110111101110111000010011100111000101110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B6E70; }

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

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

<style>
 a { background-color: #5B6E70; }

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

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

<style>
 span { border-color: #5B6E70; }

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

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