Html Css Color HEX #053294 Smalt

📋 copy color: '#053294'

red 5 ◦ green 50 ◦ blue 148

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

Shades of Smalt #053294

Tints of Smalt #053294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

 BLUE value IS 148 (58.2% from 255) = 72.91%

R = 2.46%
G = 24.63%
B = 72.91%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#053294 (or 0x053294) is known color: Smalt. HEX triplet: 05, 32 and 94. RGB value is (5,50,148). Sum of RGB (Red+Green+Blue) = 5+50+148=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #053294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053294 is #FACD6B. Grayscale: #2F2F2F. Windows color (decimal): -16436588 or 9712133. OLE color: 9712133.

HSL color Cylindrical-coordinate representation of color #053294: hue angle of 221.12º degrees, saturation: 0.93, 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 #053294 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 50 148 -
CMYK 0.97 0.66 0 0.42
HSL 221.12º 0.93% 0.3% -
HSV(B) 221.12º 0.97% 0.58% -
XYZ 6.55 4.45 28.53 -
YUV 47.72 184.59 97.53 -
System Red Green Blue C M Y K H S L
Decimal 5 50 148 0.97 0.66 0 0.42 221.12 0.93 0.3
Hex 5 32 94 61 42 0 2A DD 5D 1E
Octal 5 62 224 141 102 0 52 335 135 36
Binary 101 110010 10010100 1100001 1000010 0 101010 11011101 1011101 11110

Color Harmonies of #053294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053294

Black with #053294

Text Example


Text Example

White with #053294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053294; }

 p { color: rgb(5,50,148); }

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

background-color css

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

 a { background-color: rgb(5,50,148); }

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

border-color css

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

 span { border-color: rgb(5,50,148); }

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