Html Css Color HEX #053A92 Smalt

📋 copy color: '#053A92'

red 5 ◦ green 58 ◦ blue 146

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

Shades of Smalt #053A92

Tints of Smalt #053A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 69.86%

R = 2.39%
G = 27.75%
B = 69.86%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#053A92 (or 0x053A92) is known color: Smalt. HEX triplet: 05, 3A and 92. RGB value is (5,58,146). Sum of RGB (Red+Green+Blue) = 5+58+146=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #053A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A92 is #FAC56D. Grayscale: #333333. Windows color (decimal): -16434542 or 9583109. OLE color: 9583109.

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

Color convert

RGB 5 58 146 -
CMYK 0.97 0.60 0 0.43
HSL 217.45º 0.93% 0.3% -
HSV(B) 217.45º 0.97% 0.57% -
XYZ 6.76 5.13 27.83 -
YUV 52.19 180.94 94.34 -
System Red Green Blue C M Y K H S L
Decimal 5 58 146 0.97 0.60 0 0.43 217.45 0.93 0.3
Hex 5 3A 92 61 3C 0 2B D9 5D 1E
Octal 5 72 222 141 74 0 53 331 135 36
Binary 101 111010 10010010 1100001 111100 0 101011 11011001 1011101 11110

Color Harmonies of #053A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A92

Black with #053A92

Text Example


Text Example

White with #053A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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