Html Css Color HEX #053899 Smalt

📋 copy color: '#053899'

red 5 ◦ green 56 ◦ blue 153

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

Shades of Smalt #053899

Tints of Smalt #053899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.17%

 BLUE value IS 153 (60.16% from 255) = 71.5%

R = 2.34%
G = 26.17%
B = 71.5%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#053899 (or 0x053899) is known color: Smalt. HEX triplet: 05, 38 and 99. RGB value is (5,56,153). Sum of RGB (Red+Green+Blue) = 5+56+153=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #053899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053899 is #FAC766. Grayscale: #333333. Windows color (decimal): -16435047 or 10041349. OLE color: 10041349.

HSL color Cylindrical-coordinate representation of color #053899: hue angle of 219.32º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053899 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 56 153 -
CMYK 0.97 0.63 0 0.4
HSL 219.32º 0.94% 0.31% -
HSV(B) 219.32º 0.97% 0.6% -
XYZ 7.23 5.16 30.75 -
YUV 51.81 185.1 94.61 -
System Red Green Blue C M Y K H S L
Decimal 5 56 153 0.97 0.63 0 0.4 219.32 0.94 0.31
Hex 5 38 99 61 3F 0 28 DB 5E 1F
Octal 5 70 231 141 77 0 50 333 136 37
Binary 101 111000 10011001 1100001 111111 0 101000 11011011 1011110 11111

Color Harmonies of #053899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053899

Black with #053899

Text Example


Text Example

White with #053899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053899; }

 p { color: rgb(5,56,153); }

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

background-color css

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

 a { background-color: rgb(5,56,153); }

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

border-color css

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

 span { border-color: rgb(5,56,153); }

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