#5672AD

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

Shades of San Marino #5672AD

Tints of San Marino #5672AD

Color information

#5672AD (or 0x5672AD) is unknown color: approx San Marino. HEX triplet: 56, 72 and AD. RGB value is (86,114,173). Sum of RGB (Red+Green+Blue) = 86+114+173=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #5672AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5672AD is #A98D52. Grayscale: #707070. Windows color (decimal): -11111763 or 11366998. OLE color: 11366998.

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

Color convert

RGB86114173-
CMYK0.500.3400.32
HSL220.69º34.66%50.78%-
HSV(B)220.69º50.29%67.84%-
XYZ17.417.0341.91-
YUV112.35162.22109.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=23.06%
G=30.56%
B=46.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861141730.500.3400.32220.6934.6650.78
Hex5672AD3222020dd2333
Octal12616225562420403354363
Binary1010110111001010101101110010100010010000011011101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5672AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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