#557899

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

Shades of San Marino #557899

Tints of San Marino #557899

Color information

#557899 (or 0x557899) is unknown color: approx San Marino. HEX triplet: 55, 78 and 99. RGB value is (85,120,153). Sum of RGB (Red+Green+Blue) = 85+120+153=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #557899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557899 is #AA8766. Grayscale: #717171. Windows color (decimal): -11175783 or 10057813. OLE color: 10057813.

HSL color Cylindrical-coordinate representation of color #557899: hue angle of 209.12º 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 #557899 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB85120153-
CMYK0.440.2200.4
HSL209.12º28.57%46.67%-
HSV(B)209.12º44.44%60%-
XYZ16.2117.6632.69-
YUV113.3150.4107.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=23.74%
G=33.52%
B=42.74%

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
Decimal851201530.440.2200.4209.1228.5746.67
Hex5578992C16028d11d2f
Octal12517023154260503213557
Binary10101011111000100110011011001011001010001101000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557899; }

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

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

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

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

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

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

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

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