Html Css Color HEX #5470AD San Marino

📋 copy color: '#5470AD'

red 84 ◦ green 112 ◦ blue 173

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

Shades of San Marino #5470AD

Tints of San Marino #5470AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

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

R = 22.76%
G = 30.35%
B = 46.88%

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

#5470AD (or 0x5470AD) is known color: San Marino. HEX triplet: 54, 70 and AD. RGB value is (84,112,173). Sum of RGB (Red+Green+Blue) = 84+112+173=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #5470AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5470AD is #AB8F52. Grayscale: #6E6E6E. Windows color (decimal): -11243347 or 11366484. OLE color: 11366484.

HSL color Cylindrical-coordinate representation of color #5470AD: hue angle of 221.12º 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 #5470AD is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 112 173 -
CMYK 0.51 0.35 0 0.32
HSL 221.12º 0.35% 0.5% -
HSV(B) 221.12º 0.51% 0.68% -
XYZ 16.99 16.49 41.82 -
YUV 110.58 163.22 109.04 -
System Red Green Blue C M Y K H S L
Decimal 84 112 173 0.51 0.35 0 0.32 221.12 0.35 0.5
Hex 54 70 AD 33 23 0 20 DD 23 32
Octal 124 160 255 63 43 0 40 335 43 62
Binary 1010100 1110000 10101101 110011 100011 0 100000 11011101 100011 110010

Color Harmonies of #5470AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5470AD

Black with #5470AD

Text Example


Text Example

White with #5470AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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