Html Css Color HEX #054293 Smalt

📋 copy color: '#054293'

red 5 ◦ green 66 ◦ blue 147

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

Shades of Smalt #054293

Tints of Smalt #054293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 67.43%

R = 2.29%
G = 30.28%
B = 67.43%

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

#054293 (or 0x054293) is known color: Smalt. HEX triplet: 05, 42 and 93. RGB value is (5,66,147). Sum of RGB (Red+Green+Blue) = 5+66+147=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #054293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054293 is #FABD6C. Grayscale: #383838. Windows color (decimal): -16432493 or 9650693. OLE color: 9650693.

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

Color convert

RGB 5 66 147 -
CMYK 0.97 0.55 0 0.42
HSL 214.23º 0.93% 0.3% -
HSV(B) 214.23º 0.97% 0.58% -
XYZ 7.28 6.04 28.39 -
YUV 57 178.79 90.91 -
System Red Green Blue C M Y K H S L
Decimal 5 66 147 0.97 0.55 0 0.42 214.23 0.93 0.3
Hex 5 42 93 61 37 0 2A D6 5D 1E
Octal 5 102 223 141 67 0 52 326 135 36
Binary 101 1000010 10010011 1100001 110111 0 101010 11010110 1011101 11110

Color Harmonies of #054293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054293

Black with #054293

Text Example


Text Example

White with #054293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054293; }

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

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

background-color css

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

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

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

border-color css

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

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

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