Html Css Color HEX #054395 Smalt

📋 copy color: '#054395'

red 5 ◦ green 67 ◦ blue 149

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

Shades of Smalt #054395

Tints of Smalt #054395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.42%

R = 2.26%
G = 30.32%
B = 67.42%

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

#054395 (or 0x054395) is known color: Smalt. HEX triplet: 05, 43 and 95. RGB value is (5,67,149). Sum of RGB (Red+Green+Blue) = 5+67+149=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #054395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054395 is #FABC6A. Grayscale: #393939. Windows color (decimal): -16432235 or 9782021. OLE color: 9782021.

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

Color convert

RGB 5 67 149 -
CMYK 0.97 0.55 0 0.42
HSL 214.17º 0.94% 0.3% -
HSV(B) 214.17º 0.97% 0.58% -
XYZ 7.49 6.22 29.24 -
YUV 57.81 179.46 90.33 -
System Red Green Blue C M Y K H S L
Decimal 5 67 149 0.97 0.55 0 0.42 214.17 0.94 0.3
Hex 5 43 95 61 37 0 2A D6 5E 1E
Octal 5 103 225 141 67 0 52 326 136 36
Binary 101 1000011 10010101 1100001 110111 0 101010 11010110 1011110 11110

Color Harmonies of #054395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054395

Black with #054395

Text Example


Text Example

White with #054395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054395; }

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

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

background-color css

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

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

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

border-color css

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

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

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