Html Css Color HEX #5B7E66 Como

📋 copy color: '#5B7E66'

red 91 ◦ green 126 ◦ blue 102

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

Shades of Como #5B7E66

Tints of Como #5B7E66

RGB

 RED value IS 91 (35.94% from 255) = 28.53%

 GREEN value IS 126 (49.61% from 255) = 39.5%

 BLUE value IS 102 (40.23% from 255) = 31.97%

R = 28.53%
G = 39.5%
B = 31.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#5B7E66 (or 0x5B7E66) is known color: Como. HEX triplet: 5B, 7E and 66. RGB value is (91,126,102). Sum of RGB (Red+Green+Blue) = 91+126+102=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 126 - color contains mainly: green. Hex color #5B7E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7E66 is #A48199. Grayscale: #707070. Windows color (decimal): -10781082 or 6717019. OLE color: 6717019.

HSL color Cylindrical-coordinate representation of color #5B7E66: hue angle of 138.86º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B7E66 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 126 102 -
CMYK 0.28 0 0.19 0.51
HSL 138.86º 0.16% 0.43% -
HSV(B) 138.86º 0.28% 0.49% -
XYZ 14.17 18.11 15.32 -
YUV 112.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 91 126 102 0.28 0 0.19 0.51 138.86 0.16 0.43
Hex 5B 7E 66 1C 0 13 33 8B 10 2B
Octal 133 176 146 34 0 23 63 213 20 53
Binary 1011011 1111110 1100110 11100 0 10011 110011 10001011 10000 101011

Color Harmonies of #5B7E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7E66

Black with #5B7E66

Text Example


Text Example

White with #5B7E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,126,102); }

 H1.HeaderClassName
 {
   color: #5B7E66;
 }
 .AnyTagClassName
 {
   color: #5B7E66;
 }
</style>

background-color css

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

 a { background-color: rgb(91,126,102); }

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

border-color css

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

 span { border-color: rgb(91,126,102); }

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