#5575AC

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

Shades of San Marino #5575AC

Tints of San Marino #5575AC

Color information

#5575AC (or 0x5575AC) is unknown color: approx San Marino. HEX triplet: 55, 75 and AC. RGB value is (85,117,172). Sum of RGB (Red+Green+Blue) = 85+117+172=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #5575AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5575AC is #AA8A53. Grayscale: #717171. Windows color (decimal): -11176532 or 11302229. OLE color: 11302229.

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

Color convert

RGB85117172-
CMYK0.510.3200.33
HSL217.93º34.39%50.39%-
HSV(B)217.93º50.58%67.45%-
XYZ17.5517.6341.51-
YUV113.7160.9107.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=22.73%
G=31.28%
B=45.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851171720.510.3200.33217.9334.3950.39
Hex5575AC3320021da2232
Octal12516525463400413324262
Binary1010101111010110101100110011100000010000111011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5575AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5575AC; }

 p { color: rgb(85,117,172); }

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

<style>
 a { background-color: #5575AC; }

 a { background-color: rgb(85,117,172); }

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

<style>
 span { border-color: #5575AC; }

 span { border-color: rgb(85,117,172); }

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