Html Css Color HEX #054098 Smalt

📋 copy color: '#054098'

red 5 ◦ green 64 ◦ blue 152

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

Shades of Smalt #054098

Tints of Smalt #054098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.96%

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

R = 2.26%
G = 28.96%
B = 68.78%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#054098 (or 0x054098) is known color: Smalt. HEX triplet: 05, 40 and 98. RGB value is (5,64,152). Sum of RGB (Red+Green+Blue) = 5+64+152=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 152 (59.77% from 255 or 68.78% from 221); Max value from RGB is 152 - color contains mainly: blue. Hex color #054098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054098 is #FABF67. Grayscale: #373737. Windows color (decimal): -16433000 or 9977861. OLE color: 9977861.

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

Color convert

RGB 5 64 152 -
CMYK 0.97 0.58 0 0.40
HSL 215.92º 0.94% 0.31% -
HSV(B) 215.92º 0.97% 0.6% -
XYZ 7.56 5.97 30.46 -
YUV 56.39 181.95 91.34 -
System Red Green Blue C M Y K H S L
Decimal 5 64 152 0.97 0.58 0 0.40 215.92 0.94 0.31
Hex 5 40 98 61 3A 0 28 D8 5E 1F
Octal 5 100 230 141 72 0 50 330 136 37
Binary 101 1000000 10011000 1100001 111010 0 101000 11011000 1011110 11111

Color Harmonies of #054098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054098

Black with #054098

Text Example


Text Example

White with #054098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054098; }

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

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

background-color css

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

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

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

border-color css

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

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

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