Html Css Color HEX #053485 Smalt

📋 copy color: '#053485'

red 5 ◦ green 52 ◦ blue 133

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

Shades of Smalt #053485

Tints of Smalt #053485

RGB

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

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

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

R = 2.63%
G = 27.37%
B = 70%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#053485 (or 0x053485) is known color: Smalt. HEX triplet: 05, 34 and 85. RGB value is (5,52,133). Sum of RGB (Red+Green+Blue) = 5+52+133=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #053485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053485 is #FACB7A. Grayscale: #2E2E2E. Windows color (decimal): -16436091 or 8729605. OLE color: 8729605.

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

Color convert

RGB 5 52 133 -
CMYK 0.96 0.61 0 0.48
HSL 217.97º 0.93% 0.27% -
HSV(B) 217.97º 0.96% 0.52% -
XYZ 5.52 4.18 22.71 -
YUV 47.18 176.43 97.91 -
System Red Green Blue C M Y K H S L
Decimal 5 52 133 0.96 0.61 0 0.48 217.97 0.93 0.27
Hex 5 34 85 60 3D 0 30 DA 5D 1B
Octal 5 64 205 140 75 0 60 332 135 33
Binary 101 110100 10000101 1100000 111101 0 110000 11011010 1011101 11011

Color Harmonies of #053485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053485

Black with #053485

Text Example


Text Example

White with #053485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053485; }

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

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

background-color css

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

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

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

border-color css

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

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

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