Html Css Color HEX #053191 Smalt

📋 copy color: '#053191'

red 5 ◦ green 49 ◦ blue 145

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

Shades of Smalt #053191

Tints of Smalt #053191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 145 (57.03% from 255) = 72.86%

R = 2.51%
G = 24.62%
B = 72.86%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#053191 (or 0x053191) is known color: Smalt. HEX triplet: 05, 31 and 91. RGB value is (5,49,145). Sum of RGB (Red+Green+Blue) = 5+49+145=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #053191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053191 is #FACE6E. Grayscale: #2E2E2E. Windows color (decimal): -16436847 or 9515269. OLE color: 9515269.

HSL color Cylindrical-coordinate representation of color #053191: hue angle of 221.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053191 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 49 145 -
CMYK 0.97 0.66 0 0.43
HSL 221.14º 0.93% 0.29% -
HSV(B) 221.14º 0.97% 0.57% -
XYZ 6.27 4.27 27.28 -
YUV 46.79 183.42 98.19 -
System Red Green Blue C M Y K H S L
Decimal 5 49 145 0.97 0.66 0 0.43 221.14 0.93 0.29
Hex 5 31 91 61 42 0 2B DD 5D 1D
Octal 5 61 221 141 102 0 53 335 135 35
Binary 101 110001 10010001 1100001 1000010 0 101011 11011101 1011101 11101

Color Harmonies of #053191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053191

Black with #053191

Text Example


Text Example

White with #053191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053191; }

 p { color: rgb(5,49,145); }

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

background-color css

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

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

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

border-color css

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

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

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