Html Css Color HEX #053A8C Smalt

📋 copy color: '#053A8C'

red 5 ◦ green 58 ◦ blue 140

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

Shades of Smalt #053A8C

Tints of Smalt #053A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 68.97%

R = 2.46%
G = 28.57%
B = 68.97%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#053A8C (or 0x053A8C) is known color: Smalt. HEX triplet: 05, 3A and 8C. RGB value is (5,58,140). Sum of RGB (Red+Green+Blue) = 5+58+140=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #053A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A8C is #FAC573. Grayscale: #333333. Windows color (decimal): -16434548 or 9189893. OLE color: 9189893.

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

Color convert

RGB 5 58 140 -
CMYK 0.96 0.59 0 0.45
HSL 216.44º 0.93% 0.28% -
HSV(B) 216.44º 0.96% 0.55% -
XYZ 6.31 4.95 25.43 -
YUV 51.5 177.94 94.83 -
System Red Green Blue C M Y K H S L
Decimal 5 58 140 0.96 0.59 0 0.45 216.44 0.93 0.28
Hex 5 3A 8C 60 3B 0 2D D8 5D 1C
Octal 5 72 214 140 73 0 55 330 135 34
Binary 101 111010 10001100 1100000 111011 0 101101 11011000 1011101 11100

Color Harmonies of #053A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A8C

Black with #053A8C

Text Example


Text Example

White with #053A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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