Html Css Color HEX #053792 Smalt

📋 copy color: '#053792'

red 5 ◦ green 55 ◦ blue 146

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

Shades of Smalt #053792

Tints of Smalt #053792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 70.87%

R = 2.43%
G = 26.7%
B = 70.87%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#053792 (or 0x053792) is known color: Smalt. HEX triplet: 05, 37 and 92. RGB value is (5,55,146). Sum of RGB (Red+Green+Blue) = 5+55+146=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 146 (57.42% from 255 or 70.87% from 206); Max value from RGB is 146 - color contains mainly: blue. Hex color #053792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053792 is #FAC86D. Grayscale: #323232. Windows color (decimal): -16435310 or 9582341. OLE color: 9582341.

HSL color Cylindrical-coordinate representation of color #053792: hue angle of 218.72º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053792 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 55 146 -
CMYK 0.97 0.62 0 0.43
HSL 218.72º 0.93% 0.3% -
HSV(B) 218.72º 0.97% 0.57% -
XYZ 6.62 4.84 27.78 -
YUV 50.42 181.94 95.6 -
System Red Green Blue C M Y K H S L
Decimal 5 55 146 0.97 0.62 0 0.43 218.72 0.93 0.3
Hex 5 37 92 61 3E 0 2B DB 5D 1E
Octal 5 67 222 141 76 0 53 333 135 36
Binary 101 110111 10010010 1100001 111110 0 101011 11011011 1011101 11110

Color Harmonies of #053792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053792

Black with #053792

Text Example


Text Example

White with #053792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053792; }

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

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

background-color css

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

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

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

border-color css

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

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

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