Html Css Color HEX #054292 Smalt

📋 copy color: '#054292'

red 5 ◦ green 66 ◦ blue 146

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

Shades of Smalt #054292

Tints of Smalt #054292

RGB

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

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

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

R = 2.3%
G = 30.41%
B = 67.28%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#054292 (or 0x054292) is known color: Smalt. HEX triplet: 05, 42 and 92. RGB value is (5,66,146). Sum of RGB (Red+Green+Blue) = 5+66+146=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #054292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054292 is #FABD6D. Grayscale: #383838. Windows color (decimal): -16432494 or 9585157. OLE color: 9585157.

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

Color convert

RGB 5 66 146 -
CMYK 0.97 0.55 0 0.43
HSL 214.04º 0.93% 0.3% -
HSV(B) 214.04º 0.97% 0.57% -
XYZ 7.2 6 27.97 -
YUV 56.88 178.29 91 -
System Red Green Blue C M Y K H S L
Decimal 5 66 146 0.97 0.55 0 0.43 214.04 0.93 0.3
Hex 5 42 92 61 37 0 2B D6 5D 1E
Octal 5 102 222 141 67 0 53 326 135 36
Binary 101 1000010 10010010 1100001 110111 0 101011 11010110 1011101 11110

Color Harmonies of #054292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054292

Black with #054292

Text Example


Text Example

White with #054292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054292; }

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

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

background-color css

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

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

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

border-color css

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

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

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