#053809

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

Shades of Myrtle #053809

Tints of Myrtle #053809

Color information

#053809 (or 0x053809) is unknown color: approx Myrtle. HEX triplet: 05, 38 and 09. RGB value is (5,56,9). Sum of RGB (Red+Green+Blue) = 5+56+9=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 56 (22.27% from 255 or 80% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 56 - color contains mainly: green. Hex color #053809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053809 is #FAC7F6. Grayscale: #232323. Windows color (decimal): -16435191 or 604165. OLE color: 604165.

HSL color Cylindrical-coordinate representation of color #053809: hue angle of 124.71º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053809 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB5569-
CMYK0.9100.840.78
HSL124.71º83.61%11.96%-
HSV(B)124.71º91.07%21.96%-
XYZ1.532.880.73-
YUV35.39113.1106.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 56 (22.27% from 255) = 80%
BLUE value IS 9 (3.91% from 255) = 12.86%
R=7.14%
G=80%
B=12.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55690.9100.840.78124.7183.6111.96
Hex53895B0544E7d54c
Octal57011133012411617512414
Binary10111100010011011011010101001001110111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053809; }

 p { color: rgb(5,56,9); }

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

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

 a { background-color: rgb(5,56,9); }

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

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

 span { border-color: rgb(5,56,9); }

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