#5B5301

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

Shades of Bronze Olive #5B5301

Tints of Bronze Olive #5B5301

Color information

#5B5301 (or 0x5B5301) is unknown color: approx Bronze Olive. HEX triplet: 5B, 53 and 01. RGB value is (91,83,1). Sum of RGB (Red+Green+Blue) = 91+83+1=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5301 is #A4ACFE. Grayscale: #4C4C4C. Windows color (decimal): -10792191 or 86875. OLE color: 86875.

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

Color convert

RGB91831-
CMYK00.090.990.64
HSL54.67º97.83%18.04%-
HSV(B)54.67º98.9%35.69%-
XYZ7.418.411.26-
YUV76.0485.65138.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=52%
G=47.43%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9183100.090.990.6454.6797.8318.04
Hex5B531096340376212
Octal13312310111431006714222
Binary1011011101001110100111000111000000110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,83,1); }

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

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

 a { background-color: rgb(91,83,1); }

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

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

 span { border-color: rgb(91,83,1); }

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