Html Css Color HEX #05550A Myrtle

📋 copy color: '#05550A'

red 5 ◦ green 85 ◦ blue 10

#05550A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #05550A

Tints of Myrtle #05550A

RGB

 RED value IS 5 (2.34% from 255) = 5%

 GREEN value IS 85 (33.59% from 255) = 85%

 BLUE value IS 10 (4.3% from 255) = 10%

R = 5%
G = 85%
B = 10%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#05550A (or 0x05550A) is known color: Myrtle. HEX triplet: 05, 55 and 0A. RGB value is (5,85,10). Sum of RGB (Red+Green+Blue) = 5+85+10=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 85 (33.59% from 255 or 85% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 85 - color contains mainly: green. Hex color #05550A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05550A is #FAAAF5. Grayscale: #343434. Windows color (decimal): -16427766 or 677125. OLE color: 677125.

HSL color Cylindrical-coordinate representation of color #05550A: hue angle of 123.75º 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 #05550A is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 85 10 -
CMYK 0.94 0 0.88 0.67
HSL 123.75º 0.89% 0.18% -
HSV(B) 123.75º 0.94% 0.33% -
XYZ 3.37 6.55 1.37 -
YUV 52.53 104 94.1 -
System Red Green Blue C M Y K H S L
Decimal 5 85 10 0.94 0 0.88 0.67 123.75 0.89 0.18
Hex 5 55 A 5E 0 58 43 7C 59 12
Octal 5 125 12 136 0 130 103 174 131 22
Binary 101 1010101 1010 1011110 0 1011000 1000011 1111100 1011001 10010

Color Harmonies of #05550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05550A

Black with #05550A

Text Example


Text Example

White with #05550A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05550A;
 }
 .AnyTagClassName
 {
   color: #05550A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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