#5669a9

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

Shades of San Marino #5669A9

Tints of San Marino #5669A9

Color information

#5669A9 (or 0x5669A9) is unknown color: approx San Marino. HEX triplet: 56, 69 and A9. RGB value is (86,105,169). Sum of RGB (Red+Green+Blue) = 86+105+169=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #5669A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5669A9 is #A99656. Grayscale: #6A6A6A. Windows color (decimal): -11114071 or 11102550. OLE color: 11102550.

HSL color Cylindrical-coordinate representation of color #5669A9: hue angle of 226.27º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5669A9 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB86105169-
CMYK0.490.3800.34
HSL226.27º32.55%50%-
HSV(B)226.27º49.11%66.27%-
XYZ16.0514.9539.58-
YUV106.62163.21113.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 169 (66.41% from 255) = 46.94%
R=23.89%
G=29.17%
B=46.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861051690.490.3800.34226.2732.5550
Hex5669A93126022e22132
Octal12615125161460423424162
Binary1010110110100110101001110001100110010001011100010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5669a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5669a9; }

 p { color: rgb(86,105,169); }

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

<style>
 a { background-color: #5669a9; }

 a { background-color: rgb(86,105,169); }

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

<style>
 span { border-color: #5669a9; }

 span { border-color: rgb(86,105,169); }

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