#557799

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

Shades of San Marino #557799

Tints of San Marino #557799

Color information

#557799 (or 0x557799) is unknown color: approx San Marino. HEX triplet: 55, 77 and 99. RGB value is (85,119,153). Sum of RGB (Red+Green+Blue) = 85+119+153=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #557799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557799 is #AA8866. Grayscale: #707070. Windows color (decimal): -11176039 or 10057557. OLE color: 10057557.

HSL color Cylindrical-coordinate representation of color #557799: hue angle of 210º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557799 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB85119153-
CMYK0.440.2200.4
HSL210º28.57%46.67%-
HSV(B)210º44.44%60%-
XYZ16.0917.4232.65-
YUV112.71150.74108.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=23.81%
G=33.33%
B=42.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851191530.440.2200.421028.5746.67
Hex5577992C16028d21d2f
Octal12516723154260503223557
Binary10101011110111100110011011001011001010001101001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557799; }

 p { color: rgb(85,119,153); }

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

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

 a { background-color: rgb(85,119,153); }

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

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

 span { border-color: rgb(85,119,153); }

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