#050439

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

Shades of Midnight Express #050439

Tints of Midnight Express #050439

Color information

#050439 (or 0x050439) is unknown color: approx Midnight Express. HEX triplet: 05, 04 and 39. RGB value is (5,4,57). Sum of RGB (Red+Green+Blue) = 5+4+57=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 57 (22.66% from 255 or 86.36% from 66); Max value from RGB is 57 - color contains mainly: blue. Hex color #050439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050439 is #FAFBC6. Grayscale: #0A0A0A. Windows color (decimal): -16448455 or 3736581. OLE color: 3736581.

HSL color Cylindrical-coordinate representation of color #050439: hue angle of 241.13º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050439 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB5457-
CMYK0.910.9300.78
HSL241.13º86.89%11.96%-
HSV(B)241.13º92.98%22.35%-
XYZ0.840.413.91-
YUV10.34154.33124.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 57 (22.66% from 255) = 86.36%
R=7.58%
G=6.06%
B=86.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal54570.910.9300.78241.1386.8911.96
Hex54395B5D04Ef157c
Octal5471133135011636112714
Binary10110011100110110111011101010011101111000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050439; }

 p { color: rgb(5,4,57); }

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

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

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

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

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

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

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