#55769E

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

Shades of San Marino #55769E

Tints of San Marino #55769E

Color information

#55769E (or 0x55769E) is unknown color: approx San Marino. HEX triplet: 55, 76 and 9E. RGB value is (85,118,158). Sum of RGB (Red+Green+Blue) = 85+118+158=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #55769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55769E is #AA8961. Grayscale: #707070. Windows color (decimal): -11176290 or 10384981. OLE color: 10384981.

HSL color Cylindrical-coordinate representation of color #55769E: hue angle of 212.88º 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 #55769E is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85118158-
CMYK0.460.2500.38
HSL212.88º30.04%47.65%-
HSV(B)212.88º46.2%61.96%-
XYZ16.417.3634.83-
YUV112.69153.57108.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 118 (46.48% from 255) = 32.69%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=23.55%
G=32.69%
B=43.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851181580.460.2500.38212.8830.0447.65
Hex55769E2E19026d51e30
Octal12516623656310463253660
Binary10101011110110100111101011101100101001101101010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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