#050836

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

Shades of Midnight Express #050836

Tints of Midnight Express #050836

Color information

#050836 (or 0x050836) is unknown color: approx Midnight Express. HEX triplet: 05, 08 and 36. RGB value is (5,8,54). Sum of RGB (Red+Green+Blue) = 5+8+54=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 54 (21.48% from 255 or 80.60% from 67); Max value from RGB is 54 - color contains mainly: blue. Hex color #050836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050836 is #FAF7C9. Grayscale: #0C0C0C. Windows color (decimal): -16447434 or 3540997. OLE color: 3540997.

HSL color Cylindrical-coordinate representation of color #050836: hue angle of 236.33º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050836 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB5854-
CMYK0.910.8500.79
HSL236.33º83.05%11.57%-
HSV(B)236.33º90.74%21.18%-
XYZ0.820.473.54-
YUV12.35151.51122.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 54 (21.48% from 255) = 80.60%
R=7.46%
G=11.94%
B=80.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal58540.910.8500.79236.3383.0511.57
Hex58365B5504Fec53c
Octal51066133125011735412314
Binary101100011011010110111010101010011111110110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050836; }

 p { color: rgb(5,8,54); }

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

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

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

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

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

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

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