Html Css Color HEX #053303 Myrtle

📋 copy color: '#053303'

red 5 ◦ green 51 ◦ blue 3

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

Shades of Myrtle #053303

Tints of Myrtle #053303

RGB

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

 GREEN value IS 51 (20.31% from 255) = 86.44%

 BLUE value IS 3 (1.56% from 255) = 5.08%

R = 8.47%
G = 86.44%
B = 5.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.8

RGB Variations

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

Color information

#053303 (or 0x053303) is known color: Myrtle. HEX triplet: 05, 33 and 03. RGB value is (5,51,3). Sum of RGB (Red+Green+Blue) = 5+51+3=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 51 (20.31% from 255 or 86.44% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 51 - color contains mainly: green. Hex color #053303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053303 is #FACCFC. Grayscale: #1F1F1F. Windows color (decimal): -16436477 or 209669. OLE color: 209669.

HSL color Cylindrical-coordinate representation of color #053303: hue angle of 117.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053303 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 51 3 -
CMYK 0.90 0 0.94 0.8
HSL 117.5º 0.89% 0.11% -
HSV(B) 117.5º 0.94% 0.2% -
XYZ 1.26 2.41 0.48 -
YUV 31.77 111.76 108.9 -
System Red Green Blue C M Y K H S L
Decimal 5 51 3 0.90 0 0.94 0.8 117.5 0.89 0.11
Hex 5 33 3 5A 0 5E 50 76 59 B
Octal 5 63 3 132 0 136 120 166 131 13
Binary 101 110011 11 1011010 0 1011110 1010000 1110110 1011001 1011

Color Harmonies of #053303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053303

Black with #053303

Text Example


Text Example

White with #053303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053303; }

 p { color: rgb(5,51,3); }

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

background-color css

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

 a { background-color: rgb(5,51,3); }

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

border-color css

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

 span { border-color: rgb(5,51,3); }

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