Html Css Color HEX #5A5005 Bronze Olive

📋 copy color: '#5A5005'

red 90 ◦ green 80 ◦ blue 5

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

Shades of Bronze Olive #5A5005

Tints of Bronze Olive #5A5005

RGB

 RED value IS 90 (35.55% from 255) = 51.43%

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

 BLUE value IS 5 (2.34% from 255) = 2.86%

R = 51.43%
G = 45.71%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#5A5005 (or 0x5A5005) is known color: Bronze Olive. HEX triplet: 5A, 50 and 05. RGB value is (90,80,5). Sum of RGB (Red+Green+Blue) = 90+80+5=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5005 is #A5AFFA. Grayscale: #4A4A4A. Windows color (decimal): -10858491 or 348250. OLE color: 348250.

HSL color Cylindrical-coordinate representation of color #5A5005: hue angle of 52.94º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A5005 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 80 5 -
CMYK 0 0.11 0.94 0.65
HSL 52.94º 0.89% 0.19% -
HSV(B) 52.94º 0.94% 0.35% -
XYZ 7.11 7.92 1.3 -
YUV 74.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 90 80 5 0 0.11 0.94 0.65 52.94 0.89 0.19
Hex 5A 50 5 0 B 5E 41 35 59 13
Octal 132 120 5 0 13 136 101 65 131 23
Binary 1011010 1010000 101 0 1011 1011110 1000001 110101 1011001 10011

Color Harmonies of #5A5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5005

Black with #5A5005

Text Example


Text Example

White with #5A5005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,80,5); }

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

background-color css

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

 a { background-color: rgb(90,80,5); }

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

border-color css

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

 span { border-color: rgb(90,80,5); }

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