#556399

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

Shades of San Marino #556399

Tints of San Marino #556399

Color information

#556399 (or 0x556399) is unknown color: approx San Marino. HEX triplet: 55, 63 and 99. RGB value is (85,99,153). Sum of RGB (Red+Green+Blue) = 85+99+153=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #556399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556399 is #AA9C66. Grayscale: #646464. Windows color (decimal): -11181159 or 10052437. OLE color: 10052437.

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

Color convert

RGB8599153-
CMYK0.440.3500.4
HSL227.65º28.57%46.67%-
HSV(B)227.65º44.44%60%-
XYZ13.9613.1531.94-
YUV100.97157.36116.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=25.22%
G=29.38%
B=45.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85991530.440.3500.4227.6528.5746.67
Hex5563992C23028e41d2f
Octal12514323154430503443557
Binary101010111000111001100110110010001101010001110010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556399; }

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

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

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

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

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

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

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

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