#565026

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

Shades of Bronze Olive #565026

Tints of Bronze Olive #565026

Color information

#565026 (or 0x565026) is unknown color: approx Bronze Olive. HEX triplet: 56, 50 and 26. RGB value is (86,80,38). Sum of RGB (Red+Green+Blue) = 86+80+38=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #565026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565026 is #A9AFD9. Grayscale: #4D4D4D. Windows color (decimal): -11120602 or 2510934. OLE color: 2510934.

HSL color Cylindrical-coordinate representation of color #565026: hue angle of 52.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #565026 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB868038-
CMYK00.070.560.66
HSL52.5º38.71%24.31%-
HSV(B)52.5º55.81%33.73%-
XYZ7.067.862.98-
YUV77.01105.99134.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=42.16%
G=39.22%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86803800.070.560.6652.538.7124.31
Hex565026073842342718
Octal126120460770102644730
Binary101011010100001001100111111000100001011010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565026; }

 p { color: rgb(86,80,38); }

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

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

 a { background-color: rgb(86,80,38); }

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

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

 span { border-color: rgb(86,80,38); }

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