#053401

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

Shades of Myrtle #053401

Tints of Myrtle #053401

Color information

#053401 (or 0x053401) is unknown color: approx Myrtle. HEX triplet: 05, 34 and 01. RGB value is (5,52,1). Sum of RGB (Red+Green+Blue) = 5+52+1=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 52 (20.70% from 255 or 89.66% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 52 - color contains mainly: green. Hex color #053401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053401 is #FACBFE. Grayscale: #202020. Windows color (decimal): -16436223 or 78853. OLE color: 78853.

HSL color Cylindrical-coordinate representation of color #053401: hue angle of 115.29º 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 #053401 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB5521-
CMYK0.9000.980.80
HSL115.29º96.23%10.39%-
HSV(B)115.29º98.08%20.39%-
XYZ1.32.490.44-
YUV32.13110.43108.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 52 (20.70% from 255) = 89.66%
BLUE value IS 1 (0.78% from 255) = 1.72%
R=8.62%
G=89.66%
B=1.72%

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
Decimal55210.9000.980.80115.2996.2310.39
Hex53415A062507360a
Octal5641132014212016314012
Binary10111010011011010011000101010000111001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053401; }

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

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

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

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

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

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

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

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