Html Css Color HEX #053586 Smalt

📋 copy color: '#053586'

red 5 ◦ green 53 ◦ blue 134

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

Shades of Smalt #053586

Tints of Smalt #053586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.6%

 BLUE value IS 134 (52.73% from 255) = 69.79%

R = 2.6%
G = 27.6%
B = 69.79%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#053586 (or 0x053586) is known color: Smalt. HEX triplet: 05, 35 and 86. RGB value is (5,53,134). Sum of RGB (Red+Green+Blue) = 5+53+134=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 134 (52.73% from 255 or 69.79% from 192); Max value from RGB is 134 - color contains mainly: blue. Hex color #053586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053586 is #FACA79. Grayscale: #2F2F2F. Windows color (decimal): -16435834 or 8795397. OLE color: 8795397.

HSL color Cylindrical-coordinate representation of color #053586: hue angle of 217.67º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053586 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 53 134 -
CMYK 0.96 0.60 0 0.47
HSL 217.67º 0.93% 0.27% -
HSV(B) 217.67º 0.96% 0.53% -
XYZ 5.64 4.3 23.09 -
YUV 47.88 176.6 97.41 -
System Red Green Blue C M Y K H S L
Decimal 5 53 134 0.96 0.60 0 0.47 217.67 0.93 0.27
Hex 5 35 86 60 3C 0 2F DA 5D 1B
Octal 5 65 206 140 74 0 57 332 135 33
Binary 101 110101 10000110 1100000 111100 0 101111 11011010 1011101 11011

Color Harmonies of #053586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053586

Black with #053586

Text Example


Text Example

White with #053586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053586; }

 p { color: rgb(5,53,134); }

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

background-color css

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

 a { background-color: rgb(5,53,134); }

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

border-color css

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

 span { border-color: rgb(5,53,134); }

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