Html Css Color HEX #5471AD San Marino

📋 copy color: '#5471AD'

red 84 ◦ green 113 ◦ blue 173

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

Shades of San Marino #5471AD

Tints of San Marino #5471AD

RGB

 RED value IS 84 (33.2% from 255) = 22.7%

 GREEN value IS 113 (44.53% from 255) = 30.54%

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 22.7%
G = 30.54%
B = 46.76%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5471AD (or 0x5471AD) is known color: San Marino. HEX triplet: 54, 71 and AD. RGB value is (84,113,173). Sum of RGB (Red+Green+Blue) = 84+113+173=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #5471AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5471AD is #AB8E52. Grayscale: #6E6E6E. Windows color (decimal): -11243091 or 11366740. OLE color: 11366740.

HSL color Cylindrical-coordinate representation of color #5471AD: hue angle of 220.45º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5471AD is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 113 173 -
CMYK 0.51 0.35 0 0.32
HSL 220.45º 0.35% 0.5% -
HSV(B) 220.45º 0.51% 0.68% -
XYZ 17.1 16.71 41.86 -
YUV 111.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 84 113 173 0.51 0.35 0 0.32 220.45 0.35 0.5
Hex 54 71 AD 33 23 0 20 DC 23 32
Octal 124 161 255 63 43 0 40 334 43 62
Binary 1010100 1110001 10101101 110011 100011 0 100000 11011100 100011 110010

Color Harmonies of #5471AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5471AD

Black with #5471AD

Text Example


Text Example

White with #5471AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5471AD; }

 p { color: rgb(84,113,173); }

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

background-color css

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

 a { background-color: rgb(84,113,173); }

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

border-color css

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

 span { border-color: rgb(84,113,173); }

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