#55649E

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

Shades of San Marino #55649E

Tints of San Marino #55649E

Color information

#55649E (or 0x55649E) is unknown color: approx San Marino. HEX triplet: 55, 64 and 9E. RGB value is (85,100,158). Sum of RGB (Red+Green+Blue) = 85+100+158=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #55649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55649E is #AA9B61. Grayscale: #656565. Windows color (decimal): -11180898 or 10380373. OLE color: 10380373.

HSL color Cylindrical-coordinate representation of color #55649E: hue angle of 227.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55649E is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85100158-
CMYK0.460.3700.38
HSL227.67º30.04%47.65%-
HSV(B)227.67º46.2%61.96%-
XYZ14.4813.5134.19-
YUV102.13159.53115.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=24.78%
G=29.15%
B=46.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851001580.460.3700.38227.6730.0447.65
Hex55649E2E25026e41e30
Octal12514423656450463443660
Binary101010111001001001111010111010010101001101110010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55649E; }

 p { color: rgb(85,100,158); }

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

<style>
 a { background-color: #55649E; }

 a { background-color: rgb(85,100,158); }

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

<style>
 span { border-color: #55649E; }

 span { border-color: rgb(85,100,158); }

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