Html Css Color HEX #054298 Smalt

📋 copy color: '#054298'

red 5 ◦ green 66 ◦ blue 152

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

Shades of Smalt #054298

Tints of Smalt #054298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 68.16%

R = 2.24%
G = 29.6%
B = 68.16%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#054298 (or 0x054298) is known color: Smalt. HEX triplet: 05, 42 and 98. RGB value is (5,66,152). Sum of RGB (Red+Green+Blue) = 5+66+152=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #054298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054298 is #FABD67. Grayscale: #393939. Windows color (decimal): -16432488 or 9978373. OLE color: 9978373.

HSL color Cylindrical-coordinate representation of color #054298: hue angle of 215.1º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054298 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 66 152 -
CMYK 0.97 0.57 0 0.40
HSL 215.1º 0.94% 0.31% -
HSV(B) 215.1º 0.97% 0.6% -
XYZ 7.68 6.2 30.5 -
YUV 57.57 181.29 90.51 -
System Red Green Blue C M Y K H S L
Decimal 5 66 152 0.97 0.57 0 0.40 215.1 0.94 0.31
Hex 5 42 98 61 39 0 28 D7 5E 1F
Octal 5 102 230 141 71 0 50 327 136 37
Binary 101 1000010 10011000 1100001 111001 0 101000 11010111 1011110 11111

Color Harmonies of #054298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054298

Black with #054298

Text Example


Text Example

White with #054298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054298; }

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

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

background-color css

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

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

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

border-color css

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

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

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