Html Css Color HEX #053289 Smalt

📋 copy color: '#053289'

red 5 ◦ green 50 ◦ blue 137

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

Shades of Smalt #053289

Tints of Smalt #053289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.04%

 BLUE value IS 137 (53.91% from 255) = 71.35%

R = 2.6%
G = 26.04%
B = 71.35%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#053289 (or 0x053289) is known color: Smalt. HEX triplet: 05, 32 and 89. RGB value is (5,50,137). Sum of RGB (Red+Green+Blue) = 5+50+137=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #053289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053289 is #FACD76. Grayscale: #2E2E2E. Windows color (decimal): -16436599 or 8991237. OLE color: 8991237.

HSL color Cylindrical-coordinate representation of color #053289: hue angle of 219.55º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053289 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 50 137 -
CMYK 0.96 0.64 0 0.46
HSL 219.55º 0.93% 0.28% -
HSV(B) 219.55º 0.96% 0.54% -
XYZ 5.72 4.12 24.16 -
YUV 46.46 179.09 98.43 -
System Red Green Blue C M Y K H S L
Decimal 5 50 137 0.96 0.64 0 0.46 219.55 0.93 0.28
Hex 5 32 89 60 40 0 2E DC 5D 1C
Octal 5 62 211 140 100 0 56 334 135 34
Binary 101 110010 10001001 1100000 1000000 0 101110 11011100 1011101 11100

Color Harmonies of #053289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053289

Black with #053289

Text Example


Text Example

White with #053289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053289; }

 p { color: rgb(5,50,137); }

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

background-color css

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

 a { background-color: rgb(5,50,137); }

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

border-color css

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

 span { border-color: rgb(5,50,137); }

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