#555023

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

Shades of Bronze Olive #555023

Tints of Bronze Olive #555023

Color information

#555023 (or 0x555023) is unknown color: approx Bronze Olive. HEX triplet: 55, 50 and 23. RGB value is (85,80,35). Sum of RGB (Red+Green+Blue) = 85+80+35=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #555023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555023 is #AAAFDC. Grayscale: #4C4C4C. Windows color (decimal): -11186141 or 2314325. OLE color: 2314325.

HSL color Cylindrical-coordinate representation of color #555023: hue angle of 54º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555023 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB858035-
CMYK00.060.590.67
HSL54º41.67%23.53%-
HSV(B)54º58.82%33.33%-
XYZ6.927.792.73-
YUV76.36104.66134.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 35 (14.06% from 255) = 17.5%
R=42.5%
G=40%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85803500.060.590.675441.6723.53
Hex555023063B43362a18
Octal125120430673103665230
Binary101010110100001000110110111011100001111011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555023; }

 p { color: rgb(85,80,35); }

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

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

 a { background-color: rgb(85,80,35); }

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

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

 span { border-color: rgb(85,80,35); }

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