Html Css Color HEX #053085 Smalt

📋 copy color: '#053085'

red 5 ◦ green 48 ◦ blue 133

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

Shades of Smalt #053085

Tints of Smalt #053085

RGB

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

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

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

R = 2.69%
G = 25.81%
B = 71.51%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#053085 (or 0x053085) is known color: Smalt. HEX triplet: 05, 30 and 85. RGB value is (5,48,133). Sum of RGB (Red+Green+Blue) = 5+48+133=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #053085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053085 is #FACF7A. Grayscale: #2C2C2C. Windows color (decimal): -16437115 or 8728581. OLE color: 8728581.

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

Color convert

RGB 5 48 133 -
CMYK 0.96 0.64 0 0.48
HSL 219.84º 0.93% 0.27% -
HSV(B) 219.84º 0.96% 0.52% -
XYZ 5.35 3.84 22.65 -
YUV 44.83 177.75 99.59 -
System Red Green Blue C M Y K H S L
Decimal 5 48 133 0.96 0.64 0 0.48 219.84 0.93 0.27
Hex 5 30 85 60 40 0 30 DC 5D 1B
Octal 5 60 205 140 100 0 60 334 135 33
Binary 101 110000 10000101 1100000 1000000 0 110000 11011100 1011101 11011

Color Harmonies of #053085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053085

Black with #053085

Text Example


Text Example

White with #053085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053085; }

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

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

background-color css

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

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

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

border-color css

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

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

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