#5D5500

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

Shades of Bronze Olive #5D5500

Tints of Bronze Olive #5D5500

Color information

#5D5500 (or 0x5D5500) is unknown color: approx Bronze Olive. HEX triplet: 5D, 55 and 00. RGB value is (93,85,0). Sum of RGB (Red+Green+Blue) = 93+85+0=178 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.25% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5500 is #A2AAFF. Grayscale: #4E4E4E. Windows color (decimal): -10660608 or 21853. OLE color: 21853.

HSL color Cylindrical-coordinate representation of color #5D5500: hue angle of 54.84º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D5500 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB93850-
CMYK00.0910.64
HSL54.84º100%18.24%-
HSV(B)54.84º100%36.47%-
XYZ7.768.821.29-
YUV77.784.15138.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 52.25%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.25%
G=47.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9385000.0910.6454.8410018.24
Hex5D550096440376412
Octal13512500111441006714422
Binary1011101101010100100111001001000000110111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,85,0); }

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

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

 a { background-color: rgb(93,85,0); }

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

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

 span { border-color: rgb(93,85,0); }

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