Html Css Color HEX #5474AD San Marino

📋 copy color: '#5474AD'

red 84 ◦ green 116 ◦ blue 173

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

Shades of San Marino #5474AD

Tints of San Marino #5474AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

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

R = 22.52%
G = 31.1%
B = 46.38%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5474AD (or 0x5474AD) is known color: San Marino. HEX triplet: 54, 74 and AD. RGB value is (84,116,173). Sum of RGB (Red+Green+Blue) = 84+116+173=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #5474AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5474AD is #AB8B52. Grayscale: #707070. Windows color (decimal): -11242323 or 11367508. OLE color: 11367508.

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

Color convert

RGB 84 116 173 -
CMYK 0.51 0.33 0 0.32
HSL 218.43º 0.35% 0.5% -
HSV(B) 218.43º 0.51% 0.68% -
XYZ 17.44 17.39 41.97 -
YUV 112.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 84 116 173 0.51 0.33 0 0.32 218.43 0.35 0.5
Hex 54 74 AD 33 21 0 20 DA 23 32
Octal 124 164 255 63 41 0 40 332 43 62
Binary 1010100 1110100 10101101 110011 100001 0 100000 11011010 100011 110010

Color Harmonies of #5474AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5474AD

Black with #5474AD

Text Example


Text Example

White with #5474AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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