Html Css Color HEX #054398 Smalt

📋 copy color: '#054398'

red 5 ◦ green 67 ◦ blue 152

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

Shades of Smalt #054398

Tints of Smalt #054398

RGB

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

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

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

R = 2.23%
G = 29.91%
B = 67.86%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#054398 (or 0x054398) is known color: Smalt. HEX triplet: 05, 43 and 98. RGB value is (5,67,152). Sum of RGB (Red+Green+Blue) = 5+67+152=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #054398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054398 is #FABC67. Grayscale: #393939. Windows color (decimal): -16432232 or 9978629. OLE color: 9978629.

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

Color convert

RGB 5 67 152 -
CMYK 0.97 0.56 0 0.40
HSL 214.69º 0.94% 0.31% -
HSV(B) 214.69º 0.97% 0.6% -
XYZ 7.74 6.31 30.52 -
YUV 58.15 180.96 90.09 -
System Red Green Blue C M Y K H S L
Decimal 5 67 152 0.97 0.56 0 0.40 214.69 0.94 0.31
Hex 5 43 98 61 38 0 28 D7 5E 1F
Octal 5 103 230 141 70 0 50 327 136 37
Binary 101 1000011 10011000 1100001 111000 0 101000 11010111 1011110 11111

Color Harmonies of #054398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054398

Black with #054398

Text Example


Text Example

White with #054398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054398; }

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

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

background-color css

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

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

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

border-color css

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

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

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