Html Css Color HEX #053C8E Smalt

📋 copy color: '#053C8E'

red 5 ◦ green 60 ◦ blue 142

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

Shades of Smalt #053C8E

Tints of Smalt #053C8E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.99%

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

R = 2.42%
G = 28.99%
B = 68.6%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#053C8E (or 0x053C8E) is known color: Smalt. HEX triplet: 05, 3C and 8E. RGB value is (5,60,142). Sum of RGB (Red+Green+Blue) = 5+60+142=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 142 (55.86% from 255 or 68.60% from 207); Max value from RGB is 142 - color contains mainly: blue. Hex color #053C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053C8E is #FAC371. Grayscale: #343434. Windows color (decimal): -16434034 or 9321477. OLE color: 9321477.

HSL color Cylindrical-coordinate representation of color #053C8E: hue angle of 215.91º 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 #053C8E is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 60 142 -
CMYK 0.96 0.58 0 0.44
HSL 215.91º 0.93% 0.29% -
HSV(B) 215.91º 0.96% 0.56% -
XYZ 6.56 5.22 26.25 -
YUV 52.9 178.28 93.83 -
System Red Green Blue C M Y K H S L
Decimal 5 60 142 0.96 0.58 0 0.44 215.91 0.93 0.29
Hex 5 3C 8E 60 3A 0 2C D8 5D 1D
Octal 5 74 216 140 72 0 54 330 135 35
Binary 101 111100 10001110 1100000 111010 0 101100 11011000 1011101 11101

Color Harmonies of #053C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C8E

Black with #053C8E

Text Example


Text Example

White with #053C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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