Html Css Color HEX #053890 Smalt

📋 copy color: '#053890'

red 5 ◦ green 56 ◦ blue 144

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

Shades of Smalt #053890

Tints of Smalt #053890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 70.24%

R = 2.44%
G = 27.32%
B = 70.24%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#053890 (or 0x053890) is known color: Smalt. HEX triplet: 05, 38 and 90. RGB value is (5,56,144). Sum of RGB (Red+Green+Blue) = 5+56+144=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #053890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053890 is #FAC76F. Grayscale: #323232. Windows color (decimal): -16435056 or 9451525. OLE color: 9451525.

HSL color Cylindrical-coordinate representation of color #053890: hue angle of 217.99º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053890 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 56 144 -
CMYK 0.97 0.61 0 0.44
HSL 217.99º 0.93% 0.29% -
HSV(B) 217.99º 0.97% 0.56% -
XYZ 6.51 4.87 26.98 -
YUV 50.78 180.6 95.34 -
System Red Green Blue C M Y K H S L
Decimal 5 56 144 0.97 0.61 0 0.44 217.99 0.93 0.29
Hex 5 38 90 61 3D 0 2C DA 5D 1D
Octal 5 70 220 141 75 0 54 332 135 35
Binary 101 111000 10010000 1100001 111101 0 101100 11011010 1011101 11101

Color Harmonies of #053890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053890

Black with #053890

Text Example


Text Example

White with #053890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053890; }

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

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

background-color css

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

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

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

border-color css

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

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

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