Html Css Color HEX #5B7D65 Como

📋 copy color: '#5B7D65'

red 91 ◦ green 125 ◦ blue 101

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

Shades of Como #5B7D65

Tints of Como #5B7D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.43%

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 28.71%
G = 39.43%
B = 31.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#5B7D65 (or 0x5B7D65) is known color: Como. HEX triplet: 5B, 7D and 65. RGB value is (91,125,101). Sum of RGB (Red+Green+Blue) = 91+125+101=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 125 - color contains mainly: green. Hex color #5B7D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7D65 is #A4829A. Grayscale: #707070. Windows color (decimal): -10781339 or 6651227. OLE color: 6651227.

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

Color convert

RGB 91 125 101 -
CMYK 0.27 0 0.19 0.51
HSL 137.65º 0.16% 0.42% -
HSV(B) 137.65º 0.27% 0.49% -
XYZ 14 17.83 15.02 -
YUV 112.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 91 125 101 0.27 0 0.19 0.51 137.65 0.16 0.42
Hex 5B 7D 65 1B 0 13 33 8A 10 2A
Octal 133 175 145 33 0 23 63 212 20 52
Binary 1011011 1111101 1100101 11011 0 10011 110011 10001010 10000 101010

Color Harmonies of #5B7D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7D65

Black with #5B7D65

Text Example


Text Example

White with #5B7D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,125,101); }

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

background-color css

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

 a { background-color: rgb(91,125,101); }

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

border-color css

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

 span { border-color: rgb(91,125,101); }

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