Html Css Color HEX #053087 Smalt

📋 copy color: '#053087'

red 5 ◦ green 48 ◦ blue 135

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

Shades of Smalt #053087

Tints of Smalt #053087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.53%

 BLUE value IS 135 (53.13% from 255) = 71.81%

R = 2.66%
G = 25.53%
B = 71.81%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#053087 (or 0x053087) is known color: Smalt. HEX triplet: 05, 30 and 87. RGB value is (5,48,135). Sum of RGB (Red+Green+Blue) = 5+48+135=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #053087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053087 is #FACF78. Grayscale: #2C2C2C. Windows color (decimal): -16437113 or 8859653. OLE color: 8859653.

HSL color Cylindrical-coordinate representation of color #053087: hue angle of 220.15º 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 #053087 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 48 135 -
CMYK 0.96 0.64 0 0.47
HSL 220.15º 0.93% 0.27% -
HSV(B) 220.15º 0.96% 0.53% -
XYZ 5.49 3.9 23.38 -
YUV 45.06 178.75 99.43 -
System Red Green Blue C M Y K H S L
Decimal 5 48 135 0.96 0.64 0 0.47 220.15 0.93 0.27
Hex 5 30 87 60 40 0 2F DC 5D 1B
Octal 5 60 207 140 100 0 57 334 135 33
Binary 101 110000 10000111 1100000 1000000 0 101111 11011100 1011101 11011

Color Harmonies of #053087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053087

Black with #053087

Text Example


Text Example

White with #053087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053087; }

 p { color: rgb(5,48,135); }

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

background-color css

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

 a { background-color: rgb(5,48,135); }

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

border-color css

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

 span { border-color: rgb(5,48,135); }

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