Html Css Color HEX #5B5008 Bronze Olive

📋 copy color: '#5B5008'

red 91 ◦ green 80 ◦ blue 8

#5B5008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #5B5008

Tints of Bronze Olive #5B5008

RGB

 RED value IS 91 (35.94% from 255) = 50.84%

 GREEN value IS 80 (31.64% from 255) = 44.69%

 BLUE value IS 8 (3.52% from 255) = 4.47%

R = 50.84%
G = 44.69%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#5B5008 (or 0x5B5008) is known color: Bronze Olive. HEX triplet: 5B, 50 and 08. RGB value is (91,80,8). Sum of RGB (Red+Green+Blue) = 91+80+8=179 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.84% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5008 is #A4AFF7. Grayscale: #4B4B4B. Windows color (decimal): -10792952 or 544859. OLE color: 544859.

HSL color Cylindrical-coordinate representation of color #5B5008: hue angle of 52.05º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B5008 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 80 8 -
CMYK 0 0.12 0.91 0.64
HSL 52.05º 0.84% 0.19% -
HSV(B) 52.05º 0.91% 0.36% -
XYZ 7.23 7.98 1.39 -
YUV 75.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 91 80 8 0 0.12 0.91 0.64 52.05 0.84 0.19
Hex 5B 50 8 0 C 5B 40 34 54 13
Octal 133 120 10 0 14 133 100 64 124 23
Binary 1011011 1010000 1000 0 1100 1011011 1000000 110100 1010100 10011

Color Harmonies of #5B5008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5008

Black with #5B5008

Text Example


Text Example

White with #5B5008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,80,8); }

 H1.HeaderClassName
 {
   color: #5B5008;
 }
 .AnyTagClassName
 {
   color: #5B5008;
 }
</style>

background-color css

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

 a { background-color: rgb(91,80,8); }

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

border-color css

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

 span { border-color: rgb(91,80,8); }

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