#050435

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

Shades of Midnight Express #050435

Tints of Midnight Express #050435

Color information

#050435 (or 0x050435) is unknown color: approx Midnight Express. HEX triplet: 05, 04 and 35. RGB value is (5,4,53). Sum of RGB (Red+Green+Blue) = 5+4+53=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 53 (21.09% from 255 or 85.48% from 62); Max value from RGB is 53 - color contains mainly: blue. Hex color #050435 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050435 is #FAFBCA. Grayscale: #090909. Windows color (decimal): -16448459 or 3474437. OLE color: 3474437.

HSL color Cylindrical-coordinate representation of color #050435: hue angle of 241.22º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050435 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB5453-
CMYK0.910.9200.79
HSL241.22º85.96%11.18%-
HSV(B)241.22º92.45%20.78%-
XYZ0.750.383.4-
YUV9.88152.33124.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 53 (21.09% from 255) = 85.48%
R=8.06%
G=6.45%
B=85.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54530.910.9200.79241.2285.9611.18
Hex54355B5C04Ff156b
Octal5465133134011736112613
Binary10110011010110110111011100010011111111000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050435; }

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

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

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

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

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

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

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

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