Html Css Color HEX #053287 Smalt

📋 copy color: '#053287'

red 5 ◦ green 50 ◦ blue 135

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

Shades of Smalt #053287

Tints of Smalt #053287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.32%

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

R = 2.63%
G = 26.32%
B = 71.05%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#053287 (or 0x053287) is known color: Smalt. HEX triplet: 05, 32 and 87. RGB value is (5,50,135). Sum of RGB (Red+Green+Blue) = 5+50+135=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 135 (53.12% from 255 or 71.05% from 190); Max value from RGB is 135 - color contains mainly: blue. Hex color #053287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053287 is #FACD78. Grayscale: #2D2D2D. Windows color (decimal): -16436601 or 8860165. OLE color: 8860165.

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

Color convert

RGB 5 50 135 -
CMYK 0.96 0.63 0 0.47
HSL 219.23º 0.93% 0.27% -
HSV(B) 219.23º 0.96% 0.53% -
XYZ 5.58 4.06 23.41 -
YUV 46.24 178.09 98.59 -
System Red Green Blue C M Y K H S L
Decimal 5 50 135 0.96 0.63 0 0.47 219.23 0.93 0.27
Hex 5 32 87 60 3F 0 2F DB 5D 1B
Octal 5 62 207 140 77 0 57 333 135 33
Binary 101 110010 10000111 1100000 111111 0 101111 11011011 1011101 11011

Color Harmonies of #053287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053287

Black with #053287

Text Example


Text Example

White with #053287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053287; }

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

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

background-color css

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

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

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

border-color css

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

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

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