Html Css Color HEX #053989 Smalt

📋 copy color: '#053989'

red 5 ◦ green 57 ◦ blue 137

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

Shades of Smalt #053989

Tints of Smalt #053989

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.64%

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

R = 2.51%
G = 28.64%
B = 68.84%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#053989 (or 0x053989) is known color: Smalt. HEX triplet: 05, 39 and 89. RGB value is (5,57,137). Sum of RGB (Red+Green+Blue) = 5+57+137=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 137 (53.91% from 255 or 68.84% from 199); Max value from RGB is 137 - color contains mainly: blue. Hex color #053989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053989 is #FAC676. Grayscale: #323232. Windows color (decimal): -16434807 or 8993029. OLE color: 8993029.

HSL color Cylindrical-coordinate representation of color #053989: hue angle of 216.36º 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 #053989 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 57 137 -
CMYK 0.96 0.58 0 0.46
HSL 216.36º 0.93% 0.28% -
HSV(B) 216.36º 0.96% 0.54% -
XYZ 6.04 4.76 24.27 -
YUV 50.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 5 57 137 0.96 0.58 0 0.46 216.36 0.93 0.28
Hex 5 39 89 60 3A 0 2E D8 5D 1C
Octal 5 71 211 140 72 0 56 330 135 34
Binary 101 111001 10001001 1100000 111010 0 101110 11011000 1011101 11100

Color Harmonies of #053989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053989

Black with #053989

Text Example


Text Example

White with #053989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053989; }

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

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

background-color css

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

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

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

border-color css

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

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

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