Html Css Color HEX #053694 Smalt

📋 copy color: '#053694'

red 5 ◦ green 54 ◦ blue 148

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

Shades of Smalt #053694

Tints of Smalt #053694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.09%

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

R = 2.42%
G = 26.09%
B = 71.5%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#053694 (or 0x053694) is known color: Smalt. HEX triplet: 05, 36 and 94. RGB value is (5,54,148). Sum of RGB (Red+Green+Blue) = 5+54+148=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #053694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053694 is #FAC96B. Grayscale: #313131. Windows color (decimal): -16435564 or 9713157. OLE color: 9713157.

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

Color convert

RGB 5 54 148 -
CMYK 0.97 0.64 0 0.42
HSL 219.44º 0.93% 0.3% -
HSV(B) 219.44º 0.97% 0.58% -
XYZ 6.73 4.81 28.59 -
YUV 50.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 5 54 148 0.97 0.64 0 0.42 219.44 0.93 0.3
Hex 5 36 94 61 40 0 2A DB 5D 1E
Octal 5 66 224 141 100 0 52 333 135 36
Binary 101 110110 10010100 1100001 1000000 0 101010 11011011 1011101 11110

Color Harmonies of #053694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053694

Black with #053694

Text Example


Text Example

White with #053694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053694; }

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

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

background-color css

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

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

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

border-color css

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

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

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