#050502

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

Shades of Maire #050502

Tints of Maire #050502

Color information

#050502 (or 0x050502) is unknown color: approx Maire. HEX triplet: 05, 05 and 02. RGB value is (5,5,2). Sum of RGB (Red+Green+Blue) = 5+5+2=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 5 (2.34% from 255 or 41.67% from 12); Blue value is 2 (1.17% from 255 or 16.67% from 12); Max value from RGB is 5 - color contains mainly: red, green. Hex color #050502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050502 is #FAFAFD. Grayscale: #040404. Windows color (decimal): -16448254 or 132357. OLE color: 132357.

HSL color Cylindrical-coordinate representation of color #050502: hue angle of 60º degrees, saturation: 0.43, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #050502 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.98.

Color convert

RGB552-
CMYK000.600.98
HSL60º42.86%1.37%-
HSV(B)60º60%1.96%-
XYZ0.130.150.08-
YUV4.66126.5128.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 41.67%
GREEN value IS 5 (2.34% from 255) = 41.67%
BLUE value IS 2 (1.17% from 255) = 16.67%
R=41.67%
G=41.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal552000.600.986042.861.37
Hex552003C623c2b1
Octal552007414274531
Binary101101100011110011000101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050502; }

 p { color: rgb(5,5,2); }

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

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

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

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

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

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

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