#05550B

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

Shades of Myrtle #05550B

Tints of Myrtle #05550B

Color information

#05550B (or 0x05550B) is unknown color: approx Myrtle. HEX triplet: 05, 55 and 0B. RGB value is (5,85,11). Sum of RGB (Red+Green+Blue) = 5+85+11=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 85 (33.59% from 255 or 84.16% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 85 - color contains mainly: green. Hex color #05550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05550B is #FAAAF4. Grayscale: #343434. Windows color (decimal): -16427765 or 742661. OLE color: 742661.

HSL color Cylindrical-coordinate representation of color #05550B: hue angle of 124.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05550B is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB58511-
CMYK0.9400.870.67
HSL124.5º88.89%17.65%-
HSV(B)124.5º94.12%33.33%-
XYZ3.376.551.4-
YUV52.64104.594.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 85 (33.59% from 255) = 84.16%
BLUE value IS 11 (4.69% from 255) = 10.89%
R=4.95%
G=84.16%
B=10.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585110.9400.870.67124.588.8917.65
Hex555B5E057437c5912
Octal512513136012710317413122
Binary1011010101101110111100101011110000111111100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05550B; }

 p { color: rgb(5,85,11); }

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

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

 a { background-color: rgb(5,85,11); }

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

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

 span { border-color: rgb(5,85,11); }

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