#557299

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

Shades of San Marino #557299

Tints of San Marino #557299

Color information

#557299 (or 0x557299) is unknown color: approx San Marino. HEX triplet: 55, 72 and 99. RGB value is (85,114,153). Sum of RGB (Red+Green+Blue) = 85+114+153=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #557299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557299 is #AA8D66. Grayscale: #6D6D6D. Windows color (decimal): -11177319 or 10056277. OLE color: 10056277.

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

Color convert

RGB85114153-
CMYK0.440.2500.4
HSL214.41º28.57%46.67%-
HSV(B)214.41º44.44%60%-
XYZ15.5116.2732.46-
YUV109.78152.39110.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 153 (60.16% from 255) = 43.47%
R=24.15%
G=32.39%
B=43.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851141530.440.2500.4214.4128.5746.67
Hex5572992C19028d61d2f
Octal12516223154310503263557
Binary10101011110010100110011011001100101010001101011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557299; }

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

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

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

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

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

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

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

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