Html Css Color HEX #055401 Myrtle

📋 copy color: '#055401'

red 5 ◦ green 84 ◦ blue 1

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

Shades of Myrtle #055401

Tints of Myrtle #055401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 93.33%

 BLUE value IS 1 (0.78% from 255) = 1.11%

R = 5.56%
G = 93.33%
B = 1.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#055401 (or 0x055401) is known color: Myrtle. HEX triplet: 05, 54 and 01. RGB value is (5,84,1). Sum of RGB (Red+Green+Blue) = 5+84+1=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 84 (33.20% from 255 or 93.33% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 84 - color contains mainly: green. Hex color #055401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055401 is #FAABFE. Grayscale: #333333. Windows color (decimal): -16428031 or 87045. OLE color: 87045.

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

Color convert

RGB 5 84 1 -
CMYK 0.94 0 0.99 0.67
HSL 117.11º 0.98% 0.17% -
HSV(B) 117.11º 0.99% 0.33% -
XYZ 3.24 6.38 1.09 -
YUV 50.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 5 84 1 0.94 0 0.99 0.67 117.11 0.98 0.17
Hex 5 54 1 5E 0 63 43 75 62 11
Octal 5 124 1 136 0 143 103 165 142 21
Binary 101 1010100 1 1011110 0 1100011 1000011 1110101 1100010 10001

Color Harmonies of #055401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055401

Black with #055401

Text Example


Text Example

White with #055401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055401; }

 p { color: rgb(5,84,1); }

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

background-color css

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

 a { background-color: rgb(5,84,1); }

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

border-color css

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

 span { border-color: rgb(5,84,1); }

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