#5671AE

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

Shades of San Marino #5671AE

Tints of San Marino #5671AE

Color information

#5671AE (or 0x5671AE) is unknown color: approx San Marino. HEX triplet: 56, 71 and AE. RGB value is (86,113,174). Sum of RGB (Red+Green+Blue) = 86+113+174=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #5671AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5671AE is #A98E51. Grayscale: #6F6F6F. Windows color (decimal): -11112018 or 11432278. OLE color: 11432278.

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

Color convert

RGB86113174-
CMYK0.510.3500.32
HSL221.59º35.2%50.98%-
HSV(B)221.59º50.57%68.24%-
XYZ17.3816.8442.38-
YUV111.88163.05109.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=23.06%
G=30.29%
B=46.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861131740.510.3500.32221.5935.250.98
Hex5671AE3323020de2333
Octal12616125663430403364363
Binary1010110111000110101110110011100011010000011011110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5671AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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