#053B8D

Color #053B8D Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #053B8D

Tints of Smalt #053B8D

Color information

#053B8D (or 0x053B8D) is unknown color: approx Smalt. HEX triplet: 05, 3B and 8D. RGB value is (5,59,141). Sum of RGB (Red+Green+Blue) = 5+59+141=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #053B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053B8D is #FAC472. Grayscale: #333333. Windows color (decimal): -16434291 or 9255685. OLE color: 9255685.

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

Color convert

RGB559141-
CMYK0.960.5800.45
HSL216.18º93.15%28.63%-
HSV(B)216.18º96.45%55.29%-
XYZ6.435.0825.84-
YUV52.2178.1194.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 141 (55.47% from 255) = 68.78%
R=2.44%
G=28.78%
B=68.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5591410.960.5800.45216.1893.1528.63
Hex53B8D603A02Dd85d1d
Octal5732151407205533013535
Binary101111011100011011100000111010010110111011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #053B8D;
 }
 .AnyTagClassName
 {
   color: #053B8D;
 }
</style>
background-color css

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

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

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

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

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

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