#050654

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

Shades of Midnight Blue #050654

Tints of Midnight Blue #050654

Color information

#050654 (or 0x050654) is unknown color: approx Midnight Blue. HEX triplet: 05, 06 and 54. RGB value is (5,6,84). Sum of RGB (Red+Green+Blue) = 5+6+84=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 84 (33.20% from 255 or 88.42% from 95); Max value from RGB is 84 - color contains mainly: blue. Hex color #050654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050654 is #FAF9AB. Grayscale: #0E0E0E. Windows color (decimal): -16447916 or 5506565. OLE color: 5506565.

HSL color Cylindrical-coordinate representation of color #050654: hue angle of 239.24º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050654 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB5684-
CMYK0.940.9300.67
HSL239.24º88.76%17.45%-
HSV(B)239.24º94.05%32.94%-
XYZ1.730.88.45-
YUV14.59167.17121.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 84 (33.20% from 255) = 88.42%
R=5.26%
G=6.32%
B=88.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal56840.940.9300.67239.2488.7617.45
Hex56545E5D043ef5911
Octal56124136135010335713121
Binary1011101010100101111010111010100001111101111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050654; }

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

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

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

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

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

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

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

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