#050335

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

Shades of Midnight Express #050335

Tints of Midnight Express #050335

Color information

#050335 (or 0x050335) is unknown color: approx Midnight Express. HEX triplet: 05, 03 and 35. RGB value is (5,3,53). Sum of RGB (Red+Green+Blue) = 5+3+53=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 53 (21.09% from 255 or 86.89% from 61); Max value from RGB is 53 - color contains mainly: blue. Hex color #050335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050335 is #FAFCCA. Grayscale: #090909. Windows color (decimal): -16448715 or 3474181. OLE color: 3474181.

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

Color convert

RGB5353-
CMYK0.910.9400.79
HSL242.4º89.29%10.98%-
HSV(B)242.4º94.34%20.78%-
XYZ0.740.353.4-
YUV9.3152.66124.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 53 (21.09% from 255) = 86.89%
R=8.20%
G=4.92%
B=86.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53530.910.9400.79242.489.2910.98
Hex53355B5E04Ff259b
Octal5365133136011736213113
Binary1011111010110110111011110010011111111001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050335; }

 p { color: rgb(5,3,53); }

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

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

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

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

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

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

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