Html Css Color HEX #054394 Smalt

📋 copy color: '#054394'

red 5 ◦ green 67 ◦ blue 148

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

Shades of Smalt #054394

Tints of Smalt #054394

RGB

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

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

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

R = 2.27%
G = 30.45%
B = 67.27%

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

#054394 (or 0x054394) is known color: Smalt. HEX triplet: 05, 43 and 94. RGB value is (5,67,148). Sum of RGB (Red+Green+Blue) = 5+67+148=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #054394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054394 is #FABC6B. Grayscale: #393939. Windows color (decimal): -16432236 or 9716485. OLE color: 9716485.

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

Color convert

RGB 5 67 148 -
CMYK 0.97 0.55 0 0.42
HSL 213.99º 0.93% 0.3% -
HSV(B) 213.99º 0.97% 0.58% -
XYZ 7.42 6.18 28.82 -
YUV 57.7 178.96 90.41 -
System Red Green Blue C M Y K H S L
Decimal 5 67 148 0.97 0.55 0 0.42 213.99 0.93 0.3
Hex 5 43 94 61 37 0 2A D6 5D 1E
Octal 5 103 224 141 67 0 52 326 135 36
Binary 101 1000011 10010100 1100001 110111 0 101010 11010110 1011101 11110

Color Harmonies of #054394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054394

Black with #054394

Text Example


Text Example

White with #054394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054394; }

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

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

background-color css

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

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

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

border-color css

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

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

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