Html Css Color HEX #053690 Smalt

📋 copy color: '#053690'

red 5 ◦ green 54 ◦ blue 144

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

Shades of Smalt #053690

Tints of Smalt #053690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

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

R = 2.46%
G = 26.6%
B = 70.94%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#053690 (or 0x053690) is known color: Smalt. HEX triplet: 05, 36 and 90. RGB value is (5,54,144). Sum of RGB (Red+Green+Blue) = 5+54+144=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #053690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053690 is #FAC96F. Grayscale: #313131. Windows color (decimal): -16435568 or 9451013. OLE color: 9451013.

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

Color convert

RGB 5 54 144 -
CMYK 0.97 0.63 0 0.44
HSL 218.85º 0.93% 0.29% -
HSV(B) 218.85º 0.97% 0.56% -
XYZ 6.42 4.68 26.95 -
YUV 49.61 181.27 96.18 -
System Red Green Blue C M Y K H S L
Decimal 5 54 144 0.97 0.63 0 0.44 218.85 0.93 0.29
Hex 5 36 90 61 3F 0 2C DB 5D 1D
Octal 5 66 220 141 77 0 54 333 135 35
Binary 101 110110 10010000 1100001 111111 0 101100 11011011 1011101 11101

Color Harmonies of #053690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053690

Black with #053690

Text Example


Text Example

White with #053690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053690; }

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

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

background-color css

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

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

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

border-color css

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

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

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