Html Css Color HEX #053795 Smalt

📋 copy color: '#053795'

red 5 ◦ green 55 ◦ blue 149

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

Shades of Smalt #053795

Tints of Smalt #053795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

 BLUE value IS 149 (58.59% from 255) = 71.29%

R = 2.39%
G = 26.32%
B = 71.29%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#053795 (or 0x053795) is known color: Smalt. HEX triplet: 05, 37 and 95. RGB value is (5,55,149). Sum of RGB (Red+Green+Blue) = 5+55+149=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #053795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053795 is #FAC86A. Grayscale: #323232. Windows color (decimal): -16435307 or 9778949. OLE color: 9778949.

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

Color convert

RGB 5 55 149 -
CMYK 0.97 0.63 0 0.42
HSL 219.17º 0.94% 0.3% -
HSV(B) 219.17º 0.97% 0.58% -
XYZ 6.85 4.93 29.03 -
YUV 50.77 183.44 95.36 -
System Red Green Blue C M Y K H S L
Decimal 5 55 149 0.97 0.63 0 0.42 219.17 0.94 0.3
Hex 5 37 95 61 3F 0 2A DB 5E 1E
Octal 5 67 225 141 77 0 52 333 136 36
Binary 101 110111 10010101 1100001 111111 0 101010 11011011 1011110 11110

Color Harmonies of #053795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053795

Black with #053795

Text Example


Text Example

White with #053795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053795; }

 p { color: rgb(5,55,149); }

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

background-color css

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

 a { background-color: rgb(5,55,149); }

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

border-color css

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

 span { border-color: rgb(5,55,149); }

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