#547699

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

Shades of San Marino #547699

Tints of San Marino #547699

Color information

#547699 (or 0x547699) is unknown color: approx San Marino. HEX triplet: 54, 76 and 99. RGB value is (84,118,153). Sum of RGB (Red+Green+Blue) = 84+118+153=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 118 (46.48% from 255 or 33.24% 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 #547699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547699 is #AB8966. Grayscale: #6F6F6F. Windows color (decimal): -11241831 or 10057300. OLE color: 10057300.

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

Color convert

RGB84118153-
CMYK0.450.2300.4
HSL210.43º29.11%46.47%-
HSV(B)210.43º45.1%60%-
XYZ15.8817.1432.61-
YUV111.82151.24108.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=23.66%
G=33.24%
B=43.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841181530.450.2300.4210.4329.1146.47
Hex5476992D17028d21d2e
Octal12416623155270503223556
Binary10101001110110100110011011011011101010001101001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547699; }

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

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

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

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

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

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

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

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