Html Css Color HEX #053896 Smalt

📋 copy color: '#053896'

red 5 ◦ green 56 ◦ blue 150

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

Shades of Smalt #053896

Tints of Smalt #053896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 71.09%

R = 2.37%
G = 26.54%
B = 71.09%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#053896 (or 0x053896) is known color: Smalt. HEX triplet: 05, 38 and 96. RGB value is (5,56,150). Sum of RGB (Red+Green+Blue) = 5+56+150=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #053896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053896 is #FAC769. Grayscale: #333333. Windows color (decimal): -16435050 or 9844741. OLE color: 9844741.

HSL color Cylindrical-coordinate representation of color #053896: hue angle of 218.9º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053896 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 56 150 -
CMYK 0.97 0.63 0 0.41
HSL 218.9º 0.94% 0.3% -
HSV(B) 218.9º 0.97% 0.59% -
XYZ 6.98 5.06 29.46 -
YUV 51.47 183.6 94.86 -
System Red Green Blue C M Y K H S L
Decimal 5 56 150 0.97 0.63 0 0.41 218.9 0.94 0.3
Hex 5 38 96 61 3F 0 29 DB 5E 1E
Octal 5 70 226 141 77 0 51 333 136 36
Binary 101 111000 10010110 1100001 111111 0 101001 11011011 1011110 11110

Color Harmonies of #053896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053896

Black with #053896

Text Example


Text Example

White with #053896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053896; }

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

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

background-color css

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

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

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

border-color css

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

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

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