Html Css Color HEX #5B7463 Como

📋 copy color: '#5B7463'

red 91 ◦ green 116 ◦ blue 99

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

Shades of Como #5B7463

Tints of Como #5B7463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 29.74%
G = 37.91%
B = 32.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#5B7463 (or 0x5B7463) is known color: Como. HEX triplet: 5B, 74 and 63. RGB value is (91,116,99). Sum of RGB (Red+Green+Blue) = 91+116+99=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7463 is #A48B9C. Grayscale: #6A6A6A. Windows color (decimal): -10783645 or 6517851. OLE color: 6517851.

HSL color Cylindrical-coordinate representation of color #5B7463: hue angle of 139.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B7463 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 116 99 -
CMYK 0.22 0 0.15 0.55
HSL 139.2º 0.12% 0.41% -
HSV(B) 139.2º 0.22% 0.45% -
XYZ 12.81 15.62 14.14 -
YUV 106.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 91 116 99 0.22 0 0.15 0.55 139.2 0.12 0.41
Hex 5B 74 63 16 0 F 37 8B C 29
Octal 133 164 143 26 0 17 67 213 14 51
Binary 1011011 1110100 1100011 10110 0 1111 110111 10001011 1100 101001

Color Harmonies of #5B7463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7463

Black with #5B7463

Text Example


Text Example

White with #5B7463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,116,99); }

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

background-color css

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

 a { background-color: rgb(91,116,99); }

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

border-color css

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

 span { border-color: rgb(91,116,99); }

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