Html Css Color HEX #053AA2 Smalt

📋 copy color: '#053AA2'

red 5 ◦ green 58 ◦ blue 162

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

Shades of Smalt #053AA2

Tints of Smalt #053AA2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.78%

 BLUE value IS 162 (63.67% from 255) = 72%

R = 2.22%
G = 25.78%
B = 72%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#053AA2 (or 0x053AA2) is known color: Smalt. HEX triplet: 05, 3A and A2. RGB value is (5,58,162). Sum of RGB (Red+Green+Blue) = 5+58+162=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 162 (63.67% from 255 or 72% from 225); Max value from RGB is 162 - color contains mainly: blue. Hex color #053AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053AA2 is #FAC55D. Grayscale: #353535. Windows color (decimal): -16434526 or 10631685. OLE color: 10631685.

HSL color Cylindrical-coordinate representation of color #053AA2: hue angle of 219.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053AA2 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 58 162 -
CMYK 0.97 0.64 0 0.36
HSL 219.75º 0.94% 0.33% -
HSV(B) 219.75º 0.97% 0.64% -
XYZ 8.1 5.67 34.85 -
YUV 54.01 188.94 93.04 -
System Red Green Blue C M Y K H S L
Decimal 5 58 162 0.97 0.64 0 0.36 219.75 0.94 0.33
Hex 5 3A A2 61 40 0 24 DC 5E 21
Octal 5 72 242 141 100 0 44 334 136 41
Binary 101 111010 10100010 1100001 1000000 0 100100 11011100 1011110 100001

Color Harmonies of #053AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AA2

Black with #053AA2

Text Example


Text Example

White with #053AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053AA2; }

 p { color: rgb(5,58,162); }

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

background-color css

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

 a { background-color: rgb(5,58,162); }

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

border-color css

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

 span { border-color: rgb(5,58,162); }

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