Html Css Color HEX #053A91 Smalt

📋 copy color: '#053A91'

red 5 ◦ green 58 ◦ blue 145

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

Shades of Smalt #053A91

Tints of Smalt #053A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.88%

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

R = 2.4%
G = 27.88%
B = 69.71%

CMYK

 C value IS 0.97

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#053A91 (or 0x053A91) is known color: Smalt. HEX triplet: 05, 3A and 91. RGB value is (5,58,145). Sum of RGB (Red+Green+Blue) = 5+58+145=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #053A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A91 is #FAC56E. Grayscale: #333333. Windows color (decimal): -16434543 or 9517573. OLE color: 9517573.

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

Color convert

RGB 5 58 145 -
CMYK 0.97 0.6 0 0.43
HSL 217.29º 0.93% 0.29% -
HSV(B) 217.29º 0.97% 0.57% -
XYZ 6.69 5.1 27.42 -
YUV 52.07 180.44 94.43 -
System Red Green Blue C M Y K H S L
Decimal 5 58 145 0.97 0.6 0 0.43 217.29 0.93 0.29
Hex 5 3A 91 61 3C 0 2B D9 5D 1D
Octal 5 72 221 141 74 0 53 331 135 35
Binary 101 111010 10010001 1100001 111100 0 101011 11011001 1011101 11101

Color Harmonies of #053A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A91

Black with #053A91

Text Example


Text Example

White with #053A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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