Html Css Color HEX #053497 Smalt

📋 copy color: '#053497'

red 5 ◦ green 52 ◦ blue 151

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

Shades of Smalt #053497

Tints of Smalt #053497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 72.6%

R = 2.4%
G = 25%
B = 72.6%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#053497 (or 0x053497) is known color: Smalt. HEX triplet: 05, 34 and 97. RGB value is (5,52,151). Sum of RGB (Red+Green+Blue) = 5+52+151=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 151 (59.38% from 255 or 72.60% from 208); Max value from RGB is 151 - color contains mainly: blue. Hex color #053497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053497 is #FACB68. Grayscale: #303030. Windows color (decimal): -16436073 or 9909253. OLE color: 9909253.

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

Color convert

RGB 5 52 151 -
CMYK 0.97 0.66 0 0.41
HSL 220.68º 0.94% 0.31% -
HSV(B) 220.68º 0.97% 0.59% -
XYZ 6.88 4.72 29.83 -
YUV 49.23 185.43 96.45 -
System Red Green Blue C M Y K H S L
Decimal 5 52 151 0.97 0.66 0 0.41 220.68 0.94 0.31
Hex 5 34 97 61 42 0 29 DD 5E 1F
Octal 5 64 227 141 102 0 51 335 136 37
Binary 101 110100 10010111 1100001 1000010 0 101001 11011101 1011110 11111

Color Harmonies of #053497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053497

Black with #053497

Text Example


Text Example

White with #053497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053497; }

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

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

background-color css

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

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

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

border-color css

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

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

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