#5674AD

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

Shades of San Marino #5674AD

Tints of San Marino #5674AD

Color information

#5674AD (or 0x5674AD) is unknown color: approx San Marino. HEX triplet: 56, 74 and AD. RGB value is (86,116,173). Sum of RGB (Red+Green+Blue) = 86+116+173=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #5674AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5674AD is #A98B52. Grayscale: #717171. Windows color (decimal): -11111251 or 11367510. OLE color: 11367510.

HSL color Cylindrical-coordinate representation of color #5674AD: hue angle of 219.31º 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 #5674AD is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB86116173-
CMYK0.500.3300.32
HSL219.31º34.66%50.78%-
HSV(B)219.31º50.29%67.84%-
XYZ17.6317.4941.98-
YUV113.53161.56108.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=22.93%
G=30.93%
B=46.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861161730.500.3300.32219.3134.6650.78
Hex5674AD3221020db2333
Octal12616425562410403334363
Binary1010110111010010101101110010100001010000011011011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5674AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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