#5569AB

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

Shades of San Marino #5569AB

Tints of San Marino #5569AB

Color information

#5569AB (or 0x5569AB) is unknown color: approx San Marino. HEX triplet: 55, 69 and AB. RGB value is (85,105,171). Sum of RGB (Red+Green+Blue) = 85+105+171=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #5569AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5569AB is #AA9654. Grayscale: #6A6A6A. Windows color (decimal): -11179605 or 11233621. OLE color: 11233621.

HSL color Cylindrical-coordinate representation of color #5569AB: hue angle of 226.05º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5569AB is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85105171-
CMYK0.500.3900.33
HSL226.05º33.86%50.2%-
HSV(B)226.05º50.29%67.06%-
XYZ16.1514.9740.57-
YUV106.54164.37112.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=23.55%
G=29.09%
B=47.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851051710.500.3900.33226.0533.8650.2
Hex5569AB3227021e22232
Octal12515125362470413424262
Binary1010101110100110101011110010100111010000111100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5569AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5569AB; }

 p { color: rgb(85,105,171); }

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

<style>
 a { background-color: #5569AB; }

 a { background-color: rgb(85,105,171); }

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

<style>
 span { border-color: #5569AB; }

 span { border-color: rgb(85,105,171); }

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