#565009

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

Shades of Bronze Olive #565009

Tints of Bronze Olive #565009

Color information

#565009 (or 0x565009) is unknown color: approx Bronze Olive. HEX triplet: 56, 50 and 09. RGB value is (86,80,9). Sum of RGB (Red+Green+Blue) = 86+80+9=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #565009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565009 is #A9AFF6. Grayscale: #494949. Windows color (decimal): -11120631 or 610390. OLE color: 610390.

HSL color Cylindrical-coordinate representation of color #565009: hue angle of 55.32º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #565009 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB86809-
CMYK00.070.900.66
HSL55.32º81.05%18.63%-
HSV(B)55.32º89.53%33.73%-
XYZ6.767.741.4-
YUV73.791.49136.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 9 (3.91% from 255) = 5.14%
R=49.14%
G=45.71%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8680900.070.900.6655.3281.0518.63
Hex56509075A42375113
Octal12612011071321026712123
Binary101011010100001001011110110101000010110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565009; }

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

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

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

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

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

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

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

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