Html Css Color HEX #054392 Smalt

📋 copy color: '#054392'

red 5 ◦ green 67 ◦ blue 146

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

Shades of Smalt #054392

Tints of Smalt #054392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

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

R = 2.29%
G = 30.73%
B = 66.97%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#054392 (or 0x054392) is known color: Smalt. HEX triplet: 05, 43 and 92. RGB value is (5,67,146). Sum of RGB (Red+Green+Blue) = 5+67+146=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #054392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054392 is #FABC6D. Grayscale: #393939. Windows color (decimal): -16432238 or 9585413. OLE color: 9585413.

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

Color convert

RGB 5 67 146 -
CMYK 0.97 0.54 0 0.43
HSL 213.62º 0.93% 0.3% -
HSV(B) 213.62º 0.97% 0.57% -
XYZ 7.26 6.12 27.99 -
YUV 57.47 177.96 90.58 -
System Red Green Blue C M Y K H S L
Decimal 5 67 146 0.97 0.54 0 0.43 213.62 0.93 0.3
Hex 5 43 92 61 36 0 2B D6 5D 1E
Octal 5 103 222 141 66 0 53 326 135 36
Binary 101 1000011 10010010 1100001 110110 0 101011 11010110 1011101 11110

Color Harmonies of #054392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054392

Black with #054392

Text Example


Text Example

White with #054392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054392; }

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

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

background-color css

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

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

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

border-color css

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

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

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