#557599

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

Shades of San Marino #557599

Tints of San Marino #557599

Color information

#557599 (or 0x557599) is unknown color: approx San Marino. HEX triplet: 55, 75 and 99. RGB value is (85,117,153). Sum of RGB (Red+Green+Blue) = 85+117+153=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #557599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557599 is #AA8A66. Grayscale: #6F6F6F. Windows color (decimal): -11176551 or 10057045. OLE color: 10057045.

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

Color convert

RGB85117153-
CMYK0.440.2400.4
HSL211.76º28.57%46.67%-
HSV(B)211.76º44.44%60%-
XYZ15.8616.9532.57-
YUV111.54151.4109.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=23.94%
G=32.96%
B=43.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851171530.440.2400.4211.7628.5746.67
Hex5575992C18028d41d2f
Octal12516523154300503243557
Binary10101011110101100110011011001100001010001101010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557599; }

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

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

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

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

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

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

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

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