#5672AF

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

Shades of San Marino #5672AF

Tints of San Marino #5672AF

Color information

#5672AF (or 0x5672AF) is unknown color: approx San Marino. HEX triplet: 56, 72 and AF. RGB value is (86,114,175). Sum of RGB (Red+Green+Blue) = 86+114+175=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #5672AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5672AF is #A98D50. Grayscale: #707070. Windows color (decimal): -11111761 or 11498070. OLE color: 11498070.

HSL color Cylindrical-coordinate representation of color #5672AF: hue angle of 221.12º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5672AF is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB86114175-
CMYK0.510.3500.31
HSL221.12º35.74%51.18%-
HSV(B)221.12º50.86%68.63%-
XYZ17.5917.1142.93-
YUV112.58163.22109.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=22.93%
G=30.4%
B=46.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861141750.510.3500.31221.1235.7451.18
Hex5672AF332301Fdd2433
Octal12616225763430373354463
Binary101011011100101010111111001110001101111111011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5672AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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