#5E7B76

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

Shades of Rolling Stone #5E7B76

Tints of Rolling Stone #5E7B76

Color information

#5E7B76 (or 0x5E7B76) is unknown color: approx Rolling Stone. HEX triplet: 5E, 7B and 76. RGB value is (94,123,118). Sum of RGB (Red+Green+Blue) = 94+123+118=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7B76 is #A18489. Grayscale: #717171. Windows color (decimal): -10585226 or 7764830. OLE color: 7764830.

HSL color Cylindrical-coordinate representation of color #5E7B76: hue angle of 169.66º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E7B76 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB94123118-
CMYK0.2400.040.52
HSL169.66º13.36%42.55%-
HSV(B)169.66º23.58%48.24%-
XYZ14.9717.8519.8-
YUV113.76130.39113.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 123 (48.44% from 255) = 36.72%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=28.06%
G=36.72%
B=35.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal941231180.2400.040.52169.6613.3642.55
Hex5E7B76180434aad2b
Octal1361731663004642521553
Binary101111011110111110110110000100110100101010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,123,118); }

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

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

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

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

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

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

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