Html Css Color HEX #053495 Smalt

📋 copy color: '#053495'

red 5 ◦ green 52 ◦ blue 149

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

Shades of Smalt #053495

Tints of Smalt #053495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 72.33%

R = 2.43%
G = 25.24%
B = 72.33%

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

#053495 (or 0x053495) is known color: Smalt. HEX triplet: 05, 34 and 95. RGB value is (5,52,149). Sum of RGB (Red+Green+Blue) = 5+52+149=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #053495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053495 is #FACB6A. Grayscale: #303030. Windows color (decimal): -16436075 or 9778181. OLE color: 9778181.

HSL color Cylindrical-coordinate representation of color #053495: hue angle of 220.42º degrees, saturation: 0.94, 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 #053495 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 52 149 -
CMYK 0.97 0.65 0 0.42
HSL 220.42º 0.94% 0.3% -
HSV(B) 220.42º 0.97% 0.58% -
XYZ 6.72 4.66 28.98 -
YUV 49.01 184.43 96.61 -
System Red Green Blue C M Y K H S L
Decimal 5 52 149 0.97 0.65 0 0.42 220.42 0.94 0.3
Hex 5 34 95 61 41 0 2A DC 5E 1E
Octal 5 64 225 141 101 0 52 334 136 36
Binary 101 110100 10010101 1100001 1000001 0 101010 11011100 1011110 11110

Color Harmonies of #053495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053495

Black with #053495

Text Example


Text Example

White with #053495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053495; }

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

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

background-color css

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

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

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

border-color css

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

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

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