#555111

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

Shades of Bronze Olive #555111

Tints of Bronze Olive #555111

Color information

#555111 (or 0x555111) is unknown color: approx Bronze Olive. HEX triplet: 55, 51 and 11. RGB value is (85,81,17). Sum of RGB (Red+Green+Blue) = 85+81+17=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #555111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555111 is #AAAEEE. Grayscale: #4B4B4B. Windows color (decimal): -11185903 or 1134933. OLE color: 1134933.

HSL color Cylindrical-coordinate representation of color #555111: hue angle of 56.47º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #555111 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB858117-
CMYK00.050.800.67
HSL56.47º66.67%20%-
HSV(B)56.47º80%33.33%-
XYZ6.797.861.69-
YUV74.995.33135.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=46.45%
G=44.26%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85811700.050.800.6756.4766.6720
Hex555111055043384314
Octal12512121051201037010324
Binary1010101101000110001010110100001000011111000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555111; }

 p { color: rgb(85,81,17); }

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

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

 a { background-color: rgb(85,81,17); }

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

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

 span { border-color: rgb(85,81,17); }

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