Html Css Color HEX #053492 Smalt

📋 copy color: '#053492'

red 5 ◦ green 52 ◦ blue 146

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

Shades of Smalt #053492

Tints of Smalt #053492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

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

R = 2.46%
G = 25.62%
B = 71.92%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#053492 (or 0x053492) is known color: Smalt. HEX triplet: 05, 34 and 92. RGB value is (5,52,146). Sum of RGB (Red+Green+Blue) = 5+52+146=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #053492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053492 is #FACB6D. Grayscale: #303030. Windows color (decimal): -16436078 or 9581573. OLE color: 9581573.

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

Color convert

RGB 5 52 146 -
CMYK 0.97 0.64 0 0.43
HSL 220º 0.93% 0.3% -
HSV(B) 220º 0.97% 0.57% -
XYZ 6.48 4.56 27.73 -
YUV 48.66 182.93 96.86 -
System Red Green Blue C M Y K H S L
Decimal 5 52 146 0.97 0.64 0 0.43 220 0.93 0.3
Hex 5 34 92 61 40 0 2B DC 5D 1E
Octal 5 64 222 141 100 0 53 334 135 36
Binary 101 110100 10010010 1100001 1000000 0 101011 11011100 1011101 11110

Color Harmonies of #053492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053492

Black with #053492

Text Example


Text Example

White with #053492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053492; }

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

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

background-color css

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

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

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

border-color css

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

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

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