#5C6F71

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

Shades of Nevada #5C6F71

Tints of Nevada #5C6F71

Color information

#5C6F71 (or 0x5C6F71) is unknown color: approx Nevada. HEX triplet: 5C, 6F and 71. RGB value is (92,111,113). Sum of RGB (Red+Green+Blue) = 92+111+113=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C6F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6F71 is #A3908E. Grayscale: #696969. Windows color (decimal): -10719375 or 7434076. OLE color: 7434076.

HSL color Cylindrical-coordinate representation of color #5C6F71: 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 #5C6F71 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB92111113-
CMYK0.190.0200.56
HSL185.71º10.24%40.2%-
HSV(B)185.71º18.58%44.31%-
XYZ13.0814.8417.8-
YUV105.55132.21118.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=29.11%
G=35.13%
B=35.76%

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
Decimal921111130.190.0200.56185.7110.2440.2
Hex5C6F71132038baa28
Octal1341571612320702721250
Binary10111001101111111000110011100111000101110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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