Html Css Color HEX #053591 Smalt

📋 copy color: '#053591'

red 5 ◦ green 53 ◦ blue 145

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

Shades of Smalt #053591

Tints of Smalt #053591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.11%

 BLUE value IS 145 (57.03% from 255) = 71.43%

R = 2.46%
G = 26.11%
B = 71.43%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#053591 (or 0x053591) is known color: Smalt. HEX triplet: 05, 35 and 91. RGB value is (5,53,145). Sum of RGB (Red+Green+Blue) = 5+53+145=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #053591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053591 is #FACA6E. Grayscale: #303030. Windows color (decimal): -16435823 or 9516293. OLE color: 9516293.

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

Color convert

RGB 5 53 145 -
CMYK 0.97 0.63 0 0.43
HSL 219.43º 0.93% 0.29% -
HSV(B) 219.43º 0.97% 0.57% -
XYZ 6.45 4.62 27.34 -
YUV 49.14 182.1 96.52 -
System Red Green Blue C M Y K H S L
Decimal 5 53 145 0.97 0.63 0 0.43 219.43 0.93 0.29
Hex 5 35 91 61 3F 0 2B DB 5D 1D
Octal 5 65 221 141 77 0 53 333 135 35
Binary 101 110101 10010001 1100001 111111 0 101011 11011011 1011101 11101

Color Harmonies of #053591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053591

Black with #053591

Text Example


Text Example

White with #053591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053591; }

 p { color: rgb(5,53,145); }

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

background-color css

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

 a { background-color: rgb(5,53,145); }

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

border-color css

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

 span { border-color: rgb(5,53,145); }

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