Html Css Color HEX #053894 Smalt

📋 copy color: '#053894'

red 5 ◦ green 56 ◦ blue 148

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

Shades of Smalt #053894

Tints of Smalt #053894

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.79%

 BLUE value IS 148 (58.2% from 255) = 70.81%

R = 2.39%
G = 26.79%
B = 70.81%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#053894 (or 0x053894) is known color: Smalt. HEX triplet: 05, 38 and 94. RGB value is (5,56,148). Sum of RGB (Red+Green+Blue) = 5+56+148=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #053894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053894 is #FAC76B. Grayscale: #323232. Windows color (decimal): -16435052 or 9713669. OLE color: 9713669.

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

Color convert

RGB 5 56 148 -
CMYK 0.97 0.62 0 0.42
HSL 218.6º 0.93% 0.3% -
HSV(B) 218.6º 0.97% 0.58% -
XYZ 6.82 5 28.62 -
YUV 51.24 182.6 95.02 -
System Red Green Blue C M Y K H S L
Decimal 5 56 148 0.97 0.62 0 0.42 218.6 0.93 0.3
Hex 5 38 94 61 3E 0 2A DB 5D 1E
Octal 5 70 224 141 76 0 52 333 135 36
Binary 101 111000 10010100 1100001 111110 0 101010 11011011 1011101 11110

Color Harmonies of #053894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053894

Black with #053894

Text Example


Text Example

White with #053894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053894; }

 p { color: rgb(5,56,148); }

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

background-color css

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

 a { background-color: rgb(5,56,148); }

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

border-color css

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

 span { border-color: rgb(5,56,148); }

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