#55749C

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

Shades of San Marino #55749C

Tints of San Marino #55749C

Color information

#55749C (or 0x55749C) is unknown color: approx San Marino. HEX triplet: 55, 74 and 9C. RGB value is (85,116,156). Sum of RGB (Red+Green+Blue) = 85+116+156=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #55749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55749C is #AA8B63. Grayscale: #6F6F6F. Windows color (decimal): -11176804 or 10253397. OLE color: 10253397.

HSL color Cylindrical-coordinate representation of color #55749C: hue angle of 213.8º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55749C is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85116156-
CMYK0.460.2600.39
HSL213.8º29.46%47.25%-
HSV(B)213.8º45.51%61.18%-
XYZ15.9916.8233.86-
YUV111.29153.23109.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 156 (61.33% from 255) = 43.70%
R=23.81%
G=32.49%
B=43.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851161560.460.2600.39213.829.4647.25
Hex55749C2E1A027d61d2f
Octal12516423456320473263557
Binary10101011110100100111001011101101001001111101011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55749C; }

 p { color: rgb(85,116,156); }

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

<style>
 a { background-color: #55749C; }

 a { background-color: rgb(85,116,156); }

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

<style>
 span { border-color: #55749C; }

 span { border-color: rgb(85,116,156); }

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