Html Css Color HEX #585003 Bronze Olive

📋 copy color: '#585003'

red 88 ◦ green 80 ◦ blue 3

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

Shades of Bronze Olive #585003

Tints of Bronze Olive #585003

RGB

 RED value IS 88 (34.77% from 255) = 51.46%

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

 BLUE value IS 3 (1.56% from 255) = 1.75%

R = 51.46%
G = 46.78%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#585003 (or 0x585003) is known color: Bronze Olive. HEX triplet: 58, 50 and 03. RGB value is (88,80,3). Sum of RGB (Red+Green+Blue) = 88+80+3=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #585003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585003 is #A7AFFC. Grayscale: #494949. Windows color (decimal): -10989565 or 217176. OLE color: 217176.

HSL color Cylindrical-coordinate representation of color #585003: hue angle of 54.35º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #585003 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 3 -
CMYK 0 0.09 0.97 0.65
HSL 54.35º 0.93% 0.18% -
HSV(B) 54.35º 0.97% 0.35% -
XYZ 6.91 7.82 1.23 -
YUV 73.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 88 80 3 0 0.09 0.97 0.65 54.35 0.93 0.18
Hex 58 50 3 0 9 61 41 36 5D 12
Octal 130 120 3 0 11 141 101 66 135 22
Binary 1011000 1010000 11 0 1001 1100001 1000001 110110 1011101 10010

Color Harmonies of #585003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585003

Black with #585003

Text Example


Text Example

White with #585003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585003; }

 p { color: rgb(88,80,3); }

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

background-color css

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

 a { background-color: rgb(88,80,3); }

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

border-color css

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

 span { border-color: rgb(88,80,3); }

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