#050653

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

Shades of Midnight Blue #050653

Tints of Midnight Blue #050653

Color information

#050653 (or 0x050653) is unknown color: approx Midnight Blue. HEX triplet: 05, 06 and 53. RGB value is (5,6,83). Sum of RGB (Red+Green+Blue) = 5+6+83=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 83 (32.81% from 255 or 88.30% from 94); Max value from RGB is 83 - color contains mainly: blue. Hex color #050653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050653 is #FAF9AC. Grayscale: #0E0E0E. Windows color (decimal): -16447917 or 5441029. OLE color: 5441029.

HSL color Cylindrical-coordinate representation of color #050653: hue angle of 239.23º 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 #050653 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB5683-
CMYK0.940.9300.67
HSL239.23º88.64%17.25%-
HSV(B)239.23º93.98%32.55%-
XYZ1.690.798.25-
YUV14.48166.67121.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 83 (32.81% from 255) = 88.30%
R=5.32%
G=6.38%
B=88.30%

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
Decimal56830.940.9300.67239.2388.6417.25
Hex56535E5D043ef5911
Octal56123136135010335713121
Binary1011101010011101111010111010100001111101111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050653; }

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

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

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

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

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

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

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

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