Html Css Color HEX #050557 Midnight Blue

📋 copy color: '#050557'

red 5 ◦ green 5 ◦ blue 87

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

Shades of Midnight Blue #050557

Tints of Midnight Blue #050557

RGB

 RED value IS 5 (2.34% from 255) = 5.15%

 GREEN value IS 5 (2.34% from 255) = 5.15%

 BLUE value IS 87 (34.38% from 255) = 89.69%

R = 5.15%
G = 5.15%
B = 89.69%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#050557 (or 0x050557) is known color: Midnight Blue. HEX triplet: 05, 05 and 57. RGB value is (5,5,87). Sum of RGB (Red+Green+Blue) = 5+5+87=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 87 (34.38% from 255 or 89.69% from 97); Max value from RGB is 87 - color contains mainly: blue. Hex color #050557 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050557 is #FAFAA8. Grayscale: #0E0E0E. Windows color (decimal): -16448169 or 5702917. OLE color: 5702917.

HSL color Cylindrical-coordinate representation of color #050557: hue angle of 240º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050557 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 5 87 -
CMYK 0.94 0.94 0 0.66
HSL 240º 0.89% 0.18% -
HSV(B) 240º 0.94% 0.34% -
XYZ 1.84 0.83 9.08 -
YUV 14.35 169 121.33 -
System Red Green Blue C M Y K H S L
Decimal 5 5 87 0.94 0.94 0 0.66 240 0.89 0.18
Hex 5 5 57 5E 5E 0 42 F0 59 12
Octal 5 5 127 136 136 0 102 360 131 22
Binary 101 101 1010111 1011110 1011110 0 1000010 11110000 1011001 10010

Color Harmonies of #050557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050557

Black with #050557

Text Example


Text Example

White with #050557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050557; }

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

 H1.HeaderClassName
 {
   color: #050557;
 }
 .AnyTagClassName
 {
   color: #050557;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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