Html Css Color HEX #053E8D Smalt

📋 copy color: '#053E8D'

red 5 ◦ green 62 ◦ blue 141

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

Shades of Smalt #053E8D

Tints of Smalt #053E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.81%

 BLUE value IS 141 (55.47% from 255) = 67.79%

R = 2.4%
G = 29.81%
B = 67.79%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#053E8D (or 0x053E8D) is known color: Smalt. HEX triplet: 05, 3E and 8D. RGB value is (5,62,141). Sum of RGB (Red+Green+Blue) = 5+62+141=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #053E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053E8D is #FAC172. Grayscale: #353535. Windows color (decimal): -16433523 or 9256453. OLE color: 9256453.

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

Color convert

RGB 5 62 141 -
CMYK 0.96 0.56 0 0.45
HSL 214.85º 0.93% 0.29% -
HSV(B) 214.85º 0.96% 0.55% -
XYZ 6.59 5.4 25.89 -
YUV 53.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 5 62 141 0.96 0.56 0 0.45 214.85 0.93 0.29
Hex 5 3E 8D 60 38 0 2D D7 5D 1D
Octal 5 76 215 140 70 0 55 327 135 35
Binary 101 111110 10001101 1100000 111000 0 101101 11010111 1011101 11101

Color Harmonies of #053E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E8D

Black with #053E8D

Text Example


Text Example

White with #053E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,62,141); }

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

background-color css

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

 a { background-color: rgb(5,62,141); }

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

border-color css

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

 span { border-color: rgb(5,62,141); }

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