Html Css Color HEX #5E7B76 Rolling Stone

📋 copy color: '#5E7B76'

red 94 ◦ green 123 ◦ blue 118

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

Shades of Rolling Stone #5E7B76

Tints of Rolling Stone #5E7B76

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

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#5E7B76 (or 0x5E7B76) is known color: 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

RGB 94 123 118 -
CMYK 0.24 0 0.04 0.52
HSL 169.66º 0.13% 0.43% -
HSV(B) 169.66º 0.24% 0.48% -
XYZ 14.97 17.85 19.8 -
YUV 113.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 94 123 118 0.24 0 0.04 0.52 169.66 0.13 0.43
Hex 5E 7B 76 18 0 4 34 AA D 2B
Octal 136 173 166 30 0 4 64 252 15 53
Binary 1011110 1111011 1110110 11000 0 100 110100 10101010 1101 101011

Color Harmonies of #5E7B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7B76

Black with #5E7B76

Text Example


Text Example

White with #5E7B76

Text Example


Text Example

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