#547799

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

Shades of San Marino #547799

Tints of San Marino #547799

Color information

#547799 (or 0x547799) is unknown color: approx San Marino. HEX triplet: 54, 77 and 99. RGB value is (84,119,153). Sum of RGB (Red+Green+Blue) = 84+119+153=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #547799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547799 is #AB8866. Grayscale: #707070. Windows color (decimal): -11241575 or 10057556. OLE color: 10057556.

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

Color convert

RGB84119153-
CMYK0.450.2200.4
HSL209.57º29.11%46.47%-
HSV(B)209.57º45.1%60%-
XYZ1617.3832.65-
YUV112.41150.9107.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=23.60%
G=33.43%
B=42.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841191530.450.2200.4209.5729.1146.47
Hex5477992D16028d21d2e
Octal12416723155260503223556
Binary10101001110111100110011011011011001010001101001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547799; }

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

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

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

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

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

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

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

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