#55799B

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

Shades of San Marino #55799B

Tints of San Marino #55799B

Color information

#55799B (or 0x55799B) is unknown color: approx San Marino. HEX triplet: 55, 79 and 9B. RGB value is (85,121,155). Sum of RGB (Red+Green+Blue) = 85+121+155=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #55799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55799B is #AA8664. Grayscale: #717171. Windows color (decimal): -11175525 or 10189141. OLE color: 10189141.

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

Color convert

RGB85121155-
CMYK0.450.2200.39
HSL209.14º29.17%47.06%-
HSV(B)209.14º45.16%60.78%-
XYZ16.517.9733.61-
YUV114.11151.07107.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=23.55%
G=33.52%
B=42.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851211550.450.2200.39209.1429.1747.06
Hex55799B2D16027d11d2f
Octal12517123355260473213557
Binary10101011111001100110111011011011001001111101000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55799B; }

 p { color: rgb(85,121,155); }

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

<style>
 a { background-color: #55799B; }

 a { background-color: rgb(85,121,155); }

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

<style>
 span { border-color: #55799B; }

 span { border-color: rgb(85,121,155); }

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