Html Css Color HEX #053487 Smalt

📋 copy color: '#053487'

red 5 ◦ green 52 ◦ blue 135

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

Shades of Smalt #053487

Tints of Smalt #053487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.08%

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

R = 2.6%
G = 27.08%
B = 70.31%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#053487 (or 0x053487) is known color: Smalt. HEX triplet: 05, 34 and 87. RGB value is (5,52,135). Sum of RGB (Red+Green+Blue) = 5+52+135=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 135 (53.12% from 255 or 70.31% from 192); Max value from RGB is 135 - color contains mainly: blue. Hex color #053487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053487 is #FACB78. Grayscale: #2F2F2F. Windows color (decimal): -16436089 or 8860677. OLE color: 8860677.

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

Color convert

RGB 5 52 135 -
CMYK 0.96 0.61 0 0.47
HSL 218.31º 0.93% 0.27% -
HSV(B) 218.31º 0.96% 0.53% -
XYZ 5.66 4.24 23.44 -
YUV 47.41 177.43 97.75 -
System Red Green Blue C M Y K H S L
Decimal 5 52 135 0.96 0.61 0 0.47 218.31 0.93 0.27
Hex 5 34 87 60 3D 0 2F DA 5D 1B
Octal 5 64 207 140 75 0 57 332 135 33
Binary 101 110100 10000111 1100000 111101 0 101111 11011010 1011101 11011

Color Harmonies of #053487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053487

Black with #053487

Text Example


Text Example

White with #053487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053487; }

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

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

background-color css

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

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

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

border-color css

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

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

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