#050547

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

Shades of Midnight Express #050547

Tints of Midnight Express #050547

Color information

#050547 (or 0x050547) is unknown color: approx Midnight Express. HEX triplet: 05, 05 and 47. RGB value is (5,5,71). Sum of RGB (Red+Green+Blue) = 5+5+71=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 71 (28.12% from 255 or 87.65% from 81); Max value from RGB is 71 - color contains mainly: blue. Hex color #050547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050547 is #FAFAB8. Grayscale: #0C0C0C. Windows color (decimal): -16448185 or 4654341. OLE color: 4654341.

HSL color Cylindrical-coordinate representation of color #050547: hue angle of 240º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050547 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB5571-
CMYK0.930.9300.72
HSL240º86.84%14.9%-
HSV(B)240º92.96%27.84%-
XYZ1.250.66.01-
YUV12.52161122.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 71 (28.12% from 255) = 87.65%
R=6.17%
G=6.17%
B=87.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal55710.930.9300.7224086.8414.9
Hex55475D5D048f057f
Octal55107135135011036012717
Binary101101100011110111011011101010010001111000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050547; }

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

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

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

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

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

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

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

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