Html Css Color HEX #052801 Myrtle

📋 copy color: '#052801'

red 5 ◦ green 40 ◦ blue 1

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

Shades of Myrtle #052801

Tints of Myrtle #052801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 86.96%

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

R = 10.87%
G = 86.96%
B = 2.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#052801 (or 0x052801) is known color: Myrtle. HEX triplet: 05, 28 and 01. RGB value is (5,40,1). Sum of RGB (Red+Green+Blue) = 5+40+1=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 40 (16.02% from 255 or 86.96% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 40 - color contains mainly: green. Hex color #052801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052801 is #FAD7FE. Grayscale: #191919. Windows color (decimal): -16439295 or 75781. OLE color: 75781.

HSL color Cylindrical-coordinate representation of color #052801: hue angle of 113.85º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052801 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 40 1 -
CMYK 0.88 0 0.98 0.84
HSL 113.85º 0.95% 0.08% -
HSV(B) 113.85º 0.98% 0.16% -
XYZ 0.83 1.55 0.28 -
YUV 25.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 5 40 1 0.88 0 0.98 0.84 113.85 0.95 0.08
Hex 5 28 1 58 0 62 54 72 5F 8
Octal 5 50 1 130 0 142 124 162 137 10
Binary 101 101000 1 1011000 0 1100010 1010100 1110010 1011111 1000

Color Harmonies of #052801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052801

Black with #052801

Text Example


Text Example

White with #052801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052801; }

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

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

background-color css

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

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

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

border-color css

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

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

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