Html Css Color HEX #053998 Smalt

📋 copy color: '#053998'

red 5 ◦ green 57 ◦ blue 152

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

Shades of Smalt #053998

Tints of Smalt #053998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 71.03%

R = 2.34%
G = 26.64%
B = 71.03%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#053998 (or 0x053998) is known color: Smalt. HEX triplet: 05, 39 and 98. RGB value is (5,57,152). Sum of RGB (Red+Green+Blue) = 5+57+152=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 152 (59.77% from 255 or 71.03% from 214); Max value from RGB is 152 - color contains mainly: blue. Hex color #053998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053998 is #FAC667. Grayscale: #333333. Windows color (decimal): -16434792 or 9976069. OLE color: 9976069.

HSL color Cylindrical-coordinate representation of color #053998: hue angle of 218.78º 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 #053998 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 57 152 -
CMYK 0.97 0.62 0 0.40
HSL 218.78º 0.94% 0.31% -
HSV(B) 218.78º 0.97% 0.6% -
XYZ 7.19 5.23 30.34 -
YUV 52.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 5 57 152 0.97 0.62 0 0.40 218.78 0.94 0.31
Hex 5 39 98 61 3E 0 28 DB 5E 1F
Octal 5 71 230 141 76 0 50 333 136 37
Binary 101 111001 10011000 1100001 111110 0 101000 11011011 1011110 11111

Color Harmonies of #053998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053998

Black with #053998

Text Example


Text Example

White with #053998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053998; }

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

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

background-color css

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

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

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

border-color css

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

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

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