#05530B

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

Shades of Myrtle #05530B

Tints of Myrtle #05530B

Color information

#05530B (or 0x05530B) is unknown color: approx Myrtle. HEX triplet: 05, 53 and 0B. RGB value is (5,83,11). Sum of RGB (Red+Green+Blue) = 5+83+11=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 83 (32.81% from 255 or 83.84% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 83 - color contains mainly: green. Hex color #05530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05530B is #FAACF4. Grayscale: #333333. Windows color (decimal): -16428277 or 742149. OLE color: 742149.

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

Color convert

RGB58311-
CMYK0.9400.870.67
HSL124.62º88.64%17.25%-
HSV(B)124.62º93.98%32.55%-
XYZ3.226.241.35-
YUV51.47105.1694.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 83 (32.81% from 255) = 83.84%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=5.05%
G=83.84%
B=11.11%

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
Decimal583110.9400.870.67124.6288.6417.25
Hex553B5E057437d5911
Octal512313136012710317513121
Binary1011010011101110111100101011110000111111101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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