Html Css Color HEX #053393 Smalt

📋 copy color: '#053393'

red 5 ◦ green 51 ◦ blue 147

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

Shades of Smalt #053393

Tints of Smalt #053393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 72.41%

R = 2.46%
G = 25.12%
B = 72.41%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#053393 (or 0x053393) is known color: Smalt. HEX triplet: 05, 33 and 93. RGB value is (5,51,147). Sum of RGB (Red+Green+Blue) = 5+51+147=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #053393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053393 is #FACC6C. Grayscale: #2F2F2F. Windows color (decimal): -16436333 or 9646853. OLE color: 9646853.

HSL color Cylindrical-coordinate representation of color #053393: hue angle of 220.56º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053393 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 51 147 -
CMYK 0.97 0.65 0 0.42
HSL 220.56º 0.93% 0.3% -
HSV(B) 220.56º 0.97% 0.58% -
XYZ 6.51 4.51 28.13 -
YUV 48.19 183.76 97.19 -
System Red Green Blue C M Y K H S L
Decimal 5 51 147 0.97 0.65 0 0.42 220.56 0.93 0.3
Hex 5 33 93 61 41 0 2A DD 5D 1E
Octal 5 63 223 141 101 0 52 335 135 36
Binary 101 110011 10010011 1100001 1000001 0 101010 11011101 1011101 11110

Color Harmonies of #053393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053393

Black with #053393

Text Example


Text Example

White with #053393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053393; }

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

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

background-color css

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

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

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

border-color css

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

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

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