#5E5501

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

Shades of Bronze Olive #5E5501

Tints of Bronze Olive #5E5501

Color information

#5E5501 (or 0x5E5501) is unknown color: approx Bronze Olive. HEX triplet: 5E, 55 and 01. RGB value is (94,85,1). Sum of RGB (Red+Green+Blue) = 94+85+1=180 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.22% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5501 is #A1AAFE. Grayscale: #4E4E4E. Windows color (decimal): -10595071 or 87390. OLE color: 87390.

HSL color Cylindrical-coordinate representation of color #5E5501: hue angle of 54.19º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E5501 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB94851-
CMYK00.100.990.63
HSL54.19º97.89%18.63%-
HSV(B)54.19º98.94%36.86%-
XYZ7.878.881.33-
YUV78.1184.48139.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.22%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=52.22%
G=47.22%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9485100.100.990.6354.1997.8918.63
Hex5E5510A633F366213
Octal1361251012143776614223
Binary101111010101011010101100011111111110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,85,1); }

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

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

 a { background-color: rgb(94,85,1); }

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

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

 span { border-color: rgb(94,85,1); }

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