Html Css Color HEX #053A8E Smalt

📋 copy color: '#053A8E'

red 5 ◦ green 58 ◦ blue 142

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

Shades of Smalt #053A8E

Tints of Smalt #053A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 69.27%

R = 2.44%
G = 28.29%
B = 69.27%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#053A8E (or 0x053A8E) is known color: Smalt. HEX triplet: 05, 3A and 8E. RGB value is (5,58,142). Sum of RGB (Red+Green+Blue) = 5+58+142=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #053A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A8E is #FAC571. Grayscale: #333333. Windows color (decimal): -16434546 or 9320965. OLE color: 9320965.

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

Color convert

RGB 5 58 142 -
CMYK 0.96 0.59 0 0.44
HSL 216.79º 0.93% 0.29% -
HSV(B) 216.79º 0.96% 0.56% -
XYZ 6.46 5.01 26.22 -
YUV 51.73 178.94 94.67 -
System Red Green Blue C M Y K H S L
Decimal 5 58 142 0.96 0.59 0 0.44 216.79 0.93 0.29
Hex 5 3A 8E 60 3B 0 2C D9 5D 1D
Octal 5 72 216 140 73 0 54 331 135 35
Binary 101 111010 10001110 1100000 111011 0 101100 11011001 1011101 11101

Color Harmonies of #053A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A8E

Black with #053A8E

Text Example


Text Example

White with #053A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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