Html Css Color HEX #053E92 Smalt

📋 copy color: '#053E92'

red 5 ◦ green 62 ◦ blue 146

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

Shades of Smalt #053E92

Tints of Smalt #053E92

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.11%

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

R = 2.35%
G = 29.11%
B = 68.54%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#053E92 (or 0x053E92) is known color: Smalt. HEX triplet: 05, 3E and 92. RGB value is (5,62,146). Sum of RGB (Red+Green+Blue) = 5+62+146=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #053E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053E92 is #FAC16D. Grayscale: #363636. Windows color (decimal): -16433518 or 9584133. OLE color: 9584133.

HSL color Cylindrical-coordinate representation of color #053E92: hue angle of 215.74º 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 #053E92 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 62 146 -
CMYK 0.97 0.58 0 0.43
HSL 215.74º 0.93% 0.3% -
HSV(B) 215.74º 0.97% 0.57% -
XYZ 6.97 5.55 27.9 -
YUV 54.53 179.62 92.67 -
System Red Green Blue C M Y K H S L
Decimal 5 62 146 0.97 0.58 0 0.43 215.74 0.93 0.3
Hex 5 3E 92 61 3A 0 2B D8 5D 1E
Octal 5 76 222 141 72 0 53 330 135 36
Binary 101 111110 10010010 1100001 111010 0 101011 11011000 1011101 11110

Color Harmonies of #053E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E92

Black with #053E92

Text Example


Text Example

White with #053E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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