#5E7777

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

Shades of Nevada #5E7777

Tints of Nevada #5E7777

Color information

#5E7777 (or 0x5E7777) is unknown color: approx Nevada. HEX triplet: 5E, 77 and 77. RGB value is (94,119,119). Sum of RGB (Red+Green+Blue) = 94+119+119=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #5E7777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7777 is #A18888. Grayscale: #6F6F6F. Windows color (decimal): -10586249 or 7829342. OLE color: 7829342.

HSL color Cylindrical-coordinate representation of color #5E7777: hue angle of 180º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E7777 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB94119119-
CMYK0.21000.53
HSL180º11.74%41.76%-
HSV(B)180º21.01%46.67%-
XYZ14.5416.9119.95-
YUV111.52132.22115.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.31%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=28.31%
G=35.84%
B=35.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal941191190.21000.5318011.7441.76
Hex5E7777150035b4c2a
Octal1361671672500652641452
Binary1011110111011111101111010100110101101101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,119,119); }

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

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

 a { background-color: rgb(94,119,119); }

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

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

 span { border-color: rgb(94,119,119); }

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