Html Css Color HEX #053185 Smalt

📋 copy color: '#053185'

red 5 ◦ green 49 ◦ blue 133

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

Shades of Smalt #053185

Tints of Smalt #053185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 133 (52.34% from 255) = 71.12%

R = 2.67%
G = 26.2%
B = 71.12%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#053185 (or 0x053185) is known color: Smalt. HEX triplet: 05, 31 and 85. RGB value is (5,49,133). Sum of RGB (Red+Green+Blue) = 5+49+133=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #053185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053185 is #FACE7A. Grayscale: #2D2D2D. Windows color (decimal): -16436859 or 8728837. OLE color: 8728837.

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

Color convert

RGB 5 49 133 -
CMYK 0.96 0.63 0 0.48
HSL 219.38º 0.93% 0.27% -
HSV(B) 219.38º 0.96% 0.52% -
XYZ 5.39 3.92 22.66 -
YUV 45.42 177.42 99.17 -
System Red Green Blue C M Y K H S L
Decimal 5 49 133 0.96 0.63 0 0.48 219.38 0.93 0.27
Hex 5 31 85 60 3F 0 30 DB 5D 1B
Octal 5 61 205 140 77 0 60 333 135 33
Binary 101 110001 10000101 1100000 111111 0 110000 11011011 1011101 11011

Color Harmonies of #053185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053185

Black with #053185

Text Example


Text Example

White with #053185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053185; }

 p { color: rgb(5,49,133); }

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

background-color css

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

 a { background-color: rgb(5,49,133); }

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

border-color css

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

 span { border-color: rgb(5,49,133); }

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