#5568AB

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

Shades of San Marino #5568AB

Tints of San Marino #5568AB

Color information

#5568AB (or 0x5568AB) is unknown color: approx San Marino. HEX triplet: 55, 68 and AB. RGB value is (85,104,171). Sum of RGB (Red+Green+Blue) = 85+104+171=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #5568AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5568AB is #AA9754. Grayscale: #696969. Windows color (decimal): -11179861 or 11233365. OLE color: 11233365.

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

Color convert

RGB85104171-
CMYK0.500.3900.33
HSL226.74º33.86%50.2%-
HSV(B)226.74º50.29%67.06%-
XYZ16.0514.7740.53-
YUV105.96164.71113.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=23.61%
G=28.89%
B=47.5%

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
Decimal851041710.500.3900.33226.7433.8650.2
Hex5568AB3227021e32232
Octal12515025362470413434262
Binary1010101110100010101011110010100111010000111100011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5568AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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