#050639

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

Shades of Midnight Express #050639

Tints of Midnight Express #050639

Color information

#050639 (or 0x050639) is unknown color: approx Midnight Express. HEX triplet: 05, 06 and 39. RGB value is (5,6,57). Sum of RGB (Red+Green+Blue) = 5+6+57=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 57 (22.66% from 255 or 83.82% from 68); Max value from RGB is 57 - color contains mainly: blue. Hex color #050639 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050639 is #FAF9C6. Grayscale: #0B0B0B. Windows color (decimal): -16447943 or 3737093. OLE color: 3737093.

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

Color convert

RGB5657-
CMYK0.910.8900.78
HSL238.85º83.87%12.16%-
HSV(B)238.85º91.23%22.35%-
XYZ0.870.463.91-
YUV11.52153.67123.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 6 (2.73% from 255) = 8.82%
BLUE value IS 57 (22.66% from 255) = 83.82%
R=7.35%
G=8.82%
B=83.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56570.910.8900.78238.8583.8712.16
Hex56395B5904Eef54c
Octal5671133131011635712414
Binary10111011100110110111011001010011101110111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050639; }

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

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

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

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

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

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

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

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