Html Css Color HEX #053587 Smalt

📋 copy color: '#053587'

red 5 ◦ green 53 ◦ blue 135

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

Shades of Smalt #053587

Tints of Smalt #053587

RGB

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

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

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

R = 2.59%
G = 27.46%
B = 69.95%

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

#053587 (or 0x053587) is known color: Smalt. HEX triplet: 05, 35 and 87. RGB value is (5,53,135). Sum of RGB (Red+Green+Blue) = 5+53+135=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 135 (53.12% from 255 or 69.95% from 193); Max value from RGB is 135 - color contains mainly: blue. Hex color #053587 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053587 is #FACA78. Grayscale: #2F2F2F. Windows color (decimal): -16435833 or 8860933. OLE color: 8860933.

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

Color convert

RGB 5 53 135 -
CMYK 0.96 0.61 0 0.47
HSL 217.85º 0.93% 0.27% -
HSV(B) 217.85º 0.96% 0.53% -
XYZ 5.71 4.33 23.46 -
YUV 48 177.1 97.33 -
System Red Green Blue C M Y K H S L
Decimal 5 53 135 0.96 0.61 0 0.47 217.85 0.93 0.27
Hex 5 35 87 60 3D 0 2F DA 5D 1B
Octal 5 65 207 140 75 0 57 332 135 33
Binary 101 110101 10000111 1100000 111101 0 101111 11011010 1011101 11011

Color Harmonies of #053587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053587

Black with #053587

Text Example


Text Example

White with #053587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053587; }

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

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

background-color css

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

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

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

border-color css

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

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

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