Html Css Color HEX #054294 Smalt

📋 copy color: '#054294'

red 5 ◦ green 66 ◦ blue 148

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

Shades of Smalt #054294

Tints of Smalt #054294

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.14%

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

R = 2.28%
G = 30.14%
B = 67.58%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#054294 (or 0x054294) is known color: Smalt. HEX triplet: 05, 42 and 94. RGB value is (5,66,148). Sum of RGB (Red+Green+Blue) = 5+66+148=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #054294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054294 is #FABD6B. Grayscale: #383838. Windows color (decimal): -16432492 or 9716229. OLE color: 9716229.

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

Color convert

RGB 5 66 148 -
CMYK 0.97 0.55 0 0.42
HSL 214.41º 0.93% 0.3% -
HSV(B) 214.41º 0.97% 0.58% -
XYZ 7.36 6.07 28.8 -
YUV 57.11 179.29 90.83 -
System Red Green Blue C M Y K H S L
Decimal 5 66 148 0.97 0.55 0 0.42 214.41 0.93 0.3
Hex 5 42 94 61 37 0 2A D6 5D 1E
Octal 5 102 224 141 67 0 52 326 135 36
Binary 101 1000010 10010100 1100001 110111 0 101010 11010110 1011101 11110

Color Harmonies of #054294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054294

Black with #054294

Text Example


Text Example

White with #054294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054294; }

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

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

background-color css

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

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

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

border-color css

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

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

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