#053201

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

Shades of Myrtle #053201

Tints of Myrtle #053201

Color information

#053201 (or 0x053201) is unknown color: approx Myrtle. HEX triplet: 05, 32 and 01. RGB value is (5,50,1). Sum of RGB (Red+Green+Blue) = 5+50+1=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 50 (19.92% from 255 or 89.29% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 50 - color contains mainly: green. Hex color #053201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053201 is #FACDFE. Grayscale: #1F1F1F. Windows color (decimal): -16436735 or 78341. OLE color: 78341.

HSL color Cylindrical-coordinate representation of color #053201: hue angle of 115.1º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053201 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB5501-
CMYK0.9000.980.80
HSL115.1º96.08%10%-
HSV(B)115.1º98%19.61%-
XYZ1.212.320.41-
YUV30.96111.09109.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 50 (19.92% from 255) = 89.29%
BLUE value IS 1 (0.78% from 255) = 1.79%
R=8.93%
G=89.29%
B=1.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal55010.9000.980.80115.196.0810
Hex53215A062507360a
Octal5621132014212016314012
Binary10111001011011010011000101010000111001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053201; }

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

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

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

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

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

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

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

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