Html Css Color HEX #053390 Smalt

📋 copy color: '#053390'

red 5 ◦ green 51 ◦ blue 144

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

Shades of Smalt #053390

Tints of Smalt #053390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 72%

R = 2.5%
G = 25.5%
B = 72%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#053390 (or 0x053390) is known color: Smalt. HEX triplet: 05, 33 and 90. RGB value is (5,51,144). Sum of RGB (Red+Green+Blue) = 5+51+144=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 144 (56.64% from 255 or 72% from 200); Max value from RGB is 144 - color contains mainly: blue. Hex color #053390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053390 is #FACC6F. Grayscale: #2F2F2F. Windows color (decimal): -16436336 or 9450245. OLE color: 9450245.

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

Color convert

RGB 5 51 144 -
CMYK 0.97 0.65 0 0.44
HSL 220.14º 0.93% 0.29% -
HSV(B) 220.14º 0.97% 0.56% -
XYZ 6.28 4.41 26.91 -
YUV 47.85 182.26 97.44 -
System Red Green Blue C M Y K H S L
Decimal 5 51 144 0.97 0.65 0 0.44 220.14 0.93 0.29
Hex 5 33 90 61 41 0 2C DC 5D 1D
Octal 5 63 220 141 101 0 54 334 135 35
Binary 101 110011 10010000 1100001 1000001 0 101100 11011100 1011101 11101

Color Harmonies of #053390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053390

Black with #053390

Text Example


Text Example

White with #053390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053390; }

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

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

background-color css

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

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

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

border-color css

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

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

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