Html Css Color HEX #053391 Smalt

📋 copy color: '#053391'

red 5 ◦ green 51 ◦ blue 145

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

Shades of Smalt #053391

Tints of Smalt #053391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 2.49%
G = 25.37%
B = 72.14%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#053391 (or 0x053391) is known color: Smalt. HEX triplet: 05, 33 and 91. RGB value is (5,51,145). Sum of RGB (Red+Green+Blue) = 5+51+145=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #053391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053391 is #FACC6E. Grayscale: #2F2F2F. Windows color (decimal): -16436335 or 9515781. OLE color: 9515781.

HSL color Cylindrical-coordinate representation of color #053391: hue angle of 220.29º 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 #053391 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 51 145 -
CMYK 0.97 0.65 0 0.43
HSL 220.29º 0.93% 0.29% -
HSV(B) 220.29º 0.97% 0.57% -
XYZ 6.36 4.44 27.31 -
YUV 47.96 182.76 97.36 -
System Red Green Blue C M Y K H S L
Decimal 5 51 145 0.97 0.65 0 0.43 220.29 0.93 0.29
Hex 5 33 91 61 41 0 2B DC 5D 1D
Octal 5 63 221 141 101 0 53 334 135 35
Binary 101 110011 10010001 1100001 1000001 0 101011 11011100 1011101 11101

Color Harmonies of #053391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053391

Black with #053391

Text Example


Text Example

White with #053391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053391; }

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

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

background-color css

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

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

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

border-color css

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

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

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