#050537

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

Shades of Midnight Express #050537

Tints of Midnight Express #050537

Color information

#050537 (or 0x050537) is unknown color: approx Midnight Express. HEX triplet: 05, 05 and 37. RGB value is (5,5,55). Sum of RGB (Red+Green+Blue) = 5+5+55=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 55 (21.88% from 255 or 84.62% from 65); Max value from RGB is 55 - color contains mainly: blue. Hex color #050537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050537 is #FAFAC8. Grayscale: #0A0A0A. Windows color (decimal): -16448201 or 3605765. OLE color: 3605765.

HSL color Cylindrical-coordinate representation of color #050537: hue angle of 240º degrees, saturation: 0.83, 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 #050537 is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB5555-
CMYK0.910.9100.78
HSL240º83.33%11.76%-
HSV(B)240º90.91%21.57%-
XYZ0.810.423.65-
YUV10.7153123.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 5 (2.34% from 255) = 7.69%
BLUE value IS 55 (21.88% from 255) = 84.62%
R=7.69%
G=7.69%
B=84.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55550.910.9100.7824083.3311.76
Hex55375B5B04Ef053c
Octal5567133133011636012314
Binary10110111011110110111011011010011101111000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050537; }

 p { color: rgb(5,5,55); }

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

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

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

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

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

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

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