Html Css Color HEX #054295 Smalt

📋 copy color: '#054295'

red 5 ◦ green 66 ◦ blue 149

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

Shades of Smalt #054295

Tints of Smalt #054295

RGB

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

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

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

R = 2.27%
G = 30%
B = 67.73%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#054295 (or 0x054295) is known color: Smalt. HEX triplet: 05, 42 and 95. RGB value is (5,66,149). Sum of RGB (Red+Green+Blue) = 5+66+149=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #054295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054295 is #FABD6A. Grayscale: #383838. Windows color (decimal): -16432491 or 9781765. OLE color: 9781765.

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

Color convert

RGB 5 66 149 -
CMYK 0.97 0.56 0 0.42
HSL 214.58º 0.94% 0.3% -
HSV(B) 214.58º 0.97% 0.58% -
XYZ 7.44 6.1 29.22 -
YUV 57.22 179.79 90.75 -
System Red Green Blue C M Y K H S L
Decimal 5 66 149 0.97 0.56 0 0.42 214.58 0.94 0.3
Hex 5 42 95 61 38 0 2A D7 5E 1E
Octal 5 102 225 141 70 0 52 327 136 36
Binary 101 1000010 10010101 1100001 111000 0 101010 11010111 1011110 11110

Color Harmonies of #054295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054295

Black with #054295

Text Example


Text Example

White with #054295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054295; }

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

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

background-color css

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

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

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

border-color css

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

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

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