Html Css Color HEX #053282 Smalt

📋 copy color: '#053282'

red 5 ◦ green 50 ◦ blue 130

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

Shades of Smalt #053282

Tints of Smalt #053282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 70.27%

R = 2.7%
G = 27.03%
B = 70.27%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#053282 (or 0x053282) is known color: Smalt. HEX triplet: 05, 32 and 82. RGB value is (5,50,130). Sum of RGB (Red+Green+Blue) = 5+50+130=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #053282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053282 is #FACD7D. Grayscale: #2D2D2D. Windows color (decimal): -16436606 or 8532485. OLE color: 8532485.

HSL color Cylindrical-coordinate representation of color #053282: hue angle of 218.4º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053282 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 50 130 -
CMYK 0.96 0.62 0 0.49
HSL 218.4º 0.93% 0.26% -
HSV(B) 218.4º 0.96% 0.51% -
XYZ 5.23 3.93 21.6 -
YUV 45.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 5 50 130 0.96 0.62 0 0.49 218.4 0.93 0.26
Hex 5 32 82 60 3E 0 31 DA 5D 1A
Octal 5 62 202 140 76 0 61 332 135 32
Binary 101 110010 10000010 1100000 111110 0 110001 11011010 1011101 11010

Color Harmonies of #053282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053282

Black with #053282

Text Example


Text Example

White with #053282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053282; }

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

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

background-color css

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

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

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

border-color css

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

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

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