#5476AD

Color #5476AD San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5476AD

Tints of San Marino #5476AD

Color information

#5476AD (or 0x5476AD) is unknown color: approx San Marino. HEX triplet: 54, 76 and AD. RGB value is (84,118,173). Sum of RGB (Red+Green+Blue) = 84+118+173=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #5476AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5476AD is #AB8952. Grayscale: #717171. Windows color (decimal): -11241811 or 11368020. OLE color: 11368020.

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

Color convert

RGB84118173-
CMYK0.510.3200.32
HSL217.08º35.18%50.39%-
HSV(B)217.08º51.45%67.84%-
XYZ17.6817.8642.05-
YUV114.1161.24106.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=22.4%
G=31.47%
B=46.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841181730.510.3200.32217.0835.1850.39
Hex5476AD3320020d92332
Octal12416625563400403314362
Binary1010100111011010101101110011100000010000011011001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5476AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5476AD;
 }
 .AnyTagClassName
 {
   color: #5476AD;
 }
</style>
background-color css

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

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

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

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

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

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