#547999

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

Shades of San Marino #547999

Tints of San Marino #547999

Color information

#547999 (or 0x547999) is unknown color: approx San Marino. HEX triplet: 54, 79 and 99. RGB value is (84,121,153). Sum of RGB (Red+Green+Blue) = 84+121+153=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 121 (47.66% from 255 or 33.80% 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 #547999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547999 is #AB8666. Grayscale: #717171. Windows color (decimal): -11241063 or 10058068. OLE color: 10058068.

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

Color convert

RGB84121153-
CMYK0.450.2100.4
HSL207.83º29.11%46.47%-
HSV(B)207.83º45.1%60%-
XYZ16.2417.8632.73-
YUV113.58150.24106.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=23.46%
G=33.80%
B=42.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841211530.450.2100.4207.8329.1146.47
Hex5479992D15028d01d2e
Octal12417123155250503203556
Binary10101001111001100110011011011010101010001101000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547999; }

 p { color: rgb(84,121,153); }

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

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

 a { background-color: rgb(84,121,153); }

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

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

 span { border-color: rgb(84,121,153); }

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