Html Css Color HEX #5B7363 Como

📋 copy color: '#5B7363'

red 91 ◦ green 115 ◦ blue 99

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

Shades of Como #5B7363

Tints of Como #5B7363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.7%

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

R = 29.84%
G = 37.7%
B = 32.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#5B7363 (or 0x5B7363) is known color: Como. HEX triplet: 5B, 73 and 63. RGB value is (91,115,99). Sum of RGB (Red+Green+Blue) = 91+115+99=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7363 is #A48C9C. Grayscale: #6A6A6A. Windows color (decimal): -10783901 or 6517595. OLE color: 6517595.

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

Color convert

RGB 91 115 99 -
CMYK 0.21 0 0.14 0.55
HSL 140º 0.12% 0.4% -
HSV(B) 140º 0.21% 0.45% -
XYZ 12.7 15.39 14.11 -
YUV 106 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 91 115 99 0.21 0 0.14 0.55 140 0.12 0.4
Hex 5B 73 63 15 0 E 37 8C C 28
Octal 133 163 143 25 0 16 67 214 14 50
Binary 1011011 1110011 1100011 10101 0 1110 110111 10001100 1100 101000

Color Harmonies of #5B7363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7363

Black with #5B7363

Text Example


Text Example

White with #5B7363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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