Html Css Color HEX #053395 Smalt

📋 copy color: '#053395'

red 5 ◦ green 51 ◦ blue 149

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

Shades of Smalt #053395

Tints of Smalt #053395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

 BLUE value IS 149 (58.59% from 255) = 72.68%

R = 2.44%
G = 24.88%
B = 72.68%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#053395 (or 0x053395) is known color: Smalt. HEX triplet: 05, 33 and 95. RGB value is (5,51,149). Sum of RGB (Red+Green+Blue) = 5+51+149=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #053395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053395 is #FACC6A. Grayscale: #2F2F2F. Windows color (decimal): -16436331 or 9777925. OLE color: 9777925.

HSL color Cylindrical-coordinate representation of color #053395: hue angle of 220.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053395 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 51 149 -
CMYK 0.97 0.66 0 0.42
HSL 220.83º 0.94% 0.3% -
HSV(B) 220.83º 0.97% 0.58% -
XYZ 6.67 4.57 28.96 -
YUV 48.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 5 51 149 0.97 0.66 0 0.42 220.83 0.94 0.3
Hex 5 33 95 61 42 0 2A DD 5E 1E
Octal 5 63 225 141 102 0 52 335 136 36
Binary 101 110011 10010101 1100001 1000010 0 101010 11011101 1011110 11110

Color Harmonies of #053395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053395

Black with #053395

Text Example


Text Example

White with #053395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053395; }

 p { color: rgb(5,51,149); }

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

background-color css

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

 a { background-color: rgb(5,51,149); }

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

border-color css

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

 span { border-color: rgb(5,51,149); }

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