#050655

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

Shades of Midnight Blue #050655

Tints of Midnight Blue #050655

Color information

#050655 (or 0x050655) is unknown color: approx Midnight Blue. HEX triplet: 05, 06 and 55. RGB value is (5,6,85). Sum of RGB (Red+Green+Blue) = 5+6+85=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 85 (33.59% from 255 or 88.54% from 96); Max value from RGB is 85 - color contains mainly: blue. Hex color #050655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050655 is #FAF9AA. Grayscale: #0E0E0E. Windows color (decimal): -16447915 or 5572101. OLE color: 5572101.

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

Color convert

RGB5685-
CMYK0.940.9300.67
HSL239.25º88.89%17.65%-
HSV(B)239.25º94.12%33.33%-
XYZ1.770.828.66-
YUV14.71167.67121.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 85 (33.59% from 255) = 88.54%
R=5.21%
G=6.25%
B=88.54%

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
Decimal56850.940.9300.67239.2588.8917.65
Hex56555E5D043ef5912
Octal56125136135010335713122
Binary1011101010101101111010111010100001111101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050655; }

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

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

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

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

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

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

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

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