#5676AE

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

Shades of San Marino #5676AE

Tints of San Marino #5676AE

Color information

#5676AE (or 0x5676AE) is unknown color: approx San Marino. HEX triplet: 56, 76 and AE. RGB value is (86,118,174). Sum of RGB (Red+Green+Blue) = 86+118+174=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #5676AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5676AE is #A98951. Grayscale: #727272. Windows color (decimal): -11110738 or 11433558. OLE color: 11433558.

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

Color convert

RGB86118174-
CMYK0.510.3200.32
HSL218.18º35.2%50.98%-
HSV(B)218.18º50.57%68.24%-
XYZ17.9617.9942.57-
YUV114.82161.4107.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.75%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=22.75%
G=31.22%
B=46.03%

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
Decimal861181740.510.3200.32218.1835.250.98
Hex5676AE3320020da2333
Octal12616625663400403324363
Binary1010110111011010101110110011100000010000011011010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5676AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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