#5670AE

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

Shades of San Marino #5670AE

Tints of San Marino #5670AE

Color information

#5670AE (or 0x5670AE) is unknown color: approx San Marino. HEX triplet: 56, 70 and AE. RGB value is (86,112,174). Sum of RGB (Red+Green+Blue) = 86+112+174=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #5670AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5670AE is #A98F51. Grayscale: #6F6F6F. Windows color (decimal): -11112274 or 11432022. OLE color: 11432022.

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

Color convert

RGB86112174-
CMYK0.510.3600.32
HSL222.27º35.2%50.98%-
HSV(B)222.27º50.57%68.24%-
XYZ17.2716.6242.34-
YUV111.29163.39109.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=23.12%
G=30.11%
B=46.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861121740.510.3600.32222.2735.250.98
Hex5670AE3324020de2333
Octal12616025663440403364363
Binary1010110111000010101110110011100100010000011011110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5670AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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