#050437

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

Shades of Midnight Express #050437

Tints of Midnight Express #050437

Color information

#050437 (or 0x050437) is unknown color: approx Midnight Express. HEX triplet: 05, 04 and 37. RGB value is (5,4,55). Sum of RGB (Red+Green+Blue) = 5+4+55=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 55 (21.88% from 255 or 85.94% from 64); Max value from RGB is 55 - color contains mainly: blue. Hex color #050437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050437 is #FAFBC8. Grayscale: #090909. Windows color (decimal): -16448457 or 3605509. OLE color: 3605509.

HSL color Cylindrical-coordinate representation of color #050437: hue angle of 241.18º degrees, saturation: 0.86, 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 #050437 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB5455-
CMYK0.910.9300.78
HSL241.18º86.44%11.57%-
HSV(B)241.18º92.73%21.57%-
XYZ0.80.393.65-
YUV10.11153.33124.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 4 (1.95% from 255) = 6.25%
BLUE value IS 55 (21.88% from 255) = 85.94%
R=7.81%
G=6.25%
B=85.94%

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
Decimal54550.910.9300.78241.1886.4411.57
Hex54375B5D04Ef156c
Octal5467133135011636112614
Binary10110011011110110111011101010011101111000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050437; }

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

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

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

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

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

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

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

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