Html Css Color HEX #050537 Midnight Express

📋 copy color: '#050537'

red 5 ◦ green 5 ◦ blue 55

#050537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #050537

Tints of Midnight Express #050537

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 value IS 0.91

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#050537 (or 0x050537) is known color: 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

RGB 5 5 55 -
CMYK 0.91 0.91 0 0.78
HSL 240º 0.83% 0.12% -
HSV(B) 240º 0.91% 0.22% -
XYZ 0.81 0.42 3.65 -
YUV 10.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 5 5 55 0.91 0.91 0 0.78 240 0.83 0.12
Hex 5 5 37 5B 5B 0 4E F0 53 C
Octal 5 5 67 133 133 0 116 360 123 14
Binary 101 101 110111 1011011 1011011 0 1001110 11110000 1010011 1100

Color Harmonies of #050537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050537

Black with #050537

Text Example


Text Example

White with #050537

Text Example


Text Example

HTML Codes & Css Web 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>