Html Css Color HEX #053C8D Smalt

📋 copy color: '#053C8D'

red 5 ◦ green 60 ◦ blue 141

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

Shades of Smalt #053C8D

Tints of Smalt #053C8D

RGB

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

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

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

R = 2.43%
G = 29.13%
B = 68.45%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#053C8D (or 0x053C8D) is known color: Smalt. HEX triplet: 05, 3C and 8D. RGB value is (5,60,141). Sum of RGB (Red+Green+Blue) = 5+60+141=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #053C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053C8D is #FAC372. Grayscale: #343434. Windows color (decimal): -16434035 or 9255941. OLE color: 9255941.

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

Color convert

RGB 5 60 141 -
CMYK 0.96 0.57 0 0.45
HSL 215.74º 0.93% 0.29% -
HSV(B) 215.74º 0.96% 0.55% -
XYZ 6.49 5.19 25.86 -
YUV 52.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 5 60 141 0.96 0.57 0 0.45 215.74 0.93 0.29
Hex 5 3C 8D 60 39 0 2D D8 5D 1D
Octal 5 74 215 140 71 0 55 330 135 35
Binary 101 111100 10001101 1100000 111001 0 101101 11011000 1011101 11101

Color Harmonies of #053C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C8D

Black with #053C8D

Text Example


Text Example

White with #053C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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