#5672AE

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

Shades of San Marino #5672AE

Tints of San Marino #5672AE

Color information

#5672AE (or 0x5672AE) is unknown color: approx San Marino. HEX triplet: 56, 72 and AE. RGB value is (86,114,174). Sum of RGB (Red+Green+Blue) = 86+114+174=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #5672AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5672AE is #A98D51. Grayscale: #707070. Windows color (decimal): -11111762 or 11432534. OLE color: 11432534.

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

Color convert

RGB86114174-
CMYK0.510.3400.32
HSL220.91º35.2%50.98%-
HSV(B)220.91º50.57%68.24%-
XYZ17.517.0742.42-
YUV112.47162.72109.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.99%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=22.99%
G=30.48%
B=46.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861141740.510.3400.32220.9135.250.98
Hex5672AE3322020dd2333
Octal12616225663420403354363
Binary1010110111001010101110110011100010010000011011101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5672AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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