#5676AD

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

Shades of San Marino #5676AD

Tints of San Marino #5676AD

Color information

#5676AD (or 0x5676AD) is unknown color: approx San Marino. HEX triplet: 56, 76 and AD. RGB value is (86,118,173). Sum of RGB (Red+Green+Blue) = 86+118+173=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #5676AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5676AD is #A98952. Grayscale: #727272. Windows color (decimal): -11110739 or 11368022. OLE color: 11368022.

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

Color convert

RGB86118173-
CMYK0.500.3200.32
HSL217.93º34.66%50.78%-
HSV(B)217.93º50.29%67.84%-
XYZ17.8617.9542.06-
YUV114.7160.9107.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.81%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=22.81%
G=31.30%
B=45.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861181730.500.3200.32217.9334.6650.78
Hex5676AD3220020da2333
Octal12616625562400403324363
Binary1010110111011010101101110010100000010000011011010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5676AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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