#5B8467

Color #5B8467 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #5B8467

Tints of Como #5B8467

Color information

#5B8467 (or 0x5B8467) is unknown color: approx Como. HEX triplet: 5B, 84 and 67. RGB value is (91,132,103). Sum of RGB (Red+Green+Blue) = 91+132+103=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #5B8467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8467 is #A47B98. Grayscale: #747474. Windows color (decimal): -10779545 or 6784091. OLE color: 6784091.

HSL color Cylindrical-coordinate representation of color #5B8467: hue angle of 137.56º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B8467 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB91132103-
CMYK0.3100.220.48
HSL137.56º18.39%43.73%-
HSV(B)137.56º31.06%51.76%-
XYZ15.0119.7115.84-
YUV116.44120.42109.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.91%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 103 (40.62% from 255) = 31.60%
R=27.91%
G=40.49%
B=31.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal911321030.3100.220.48137.5618.3943.73
Hex5B84671F016308a122c
Octal13320414737026602122254
Binary1011011100001001100111111110101101100001000101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,132,103); }

 H1.HeaderClassName
 {
   color: #5B8467;
 }
 .AnyTagClassName
 {
   color: #5B8467;
 }
</style>
background-color css

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

 a { background-color: rgb(91,132,103); }

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

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

 span { border-color: rgb(91,132,103); }

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