#527699

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

Shades of San Marino #527699

Tints of San Marino #527699

Color information

#527699 (or 0x527699) is unknown color: approx San Marino. HEX triplet: 52, 76 and 99. RGB value is (82,118,153). Sum of RGB (Red+Green+Blue) = 82+118+153=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #527699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527699 is #AD8966. Grayscale: #6F6F6F. Windows color (decimal): -11372903 or 10057298. OLE color: 10057298.

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

Color convert

RGB82118153-
CMYK0.460.2300.4
HSL209.58º30.21%46.08%-
HSV(B)209.58º46.41%60%-
XYZ15.7117.0532.6-
YUV111.23151.57107.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 153 (60.16% from 255) = 43.34%
R=23.23%
G=33.43%
B=43.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821181530.460.2300.4209.5830.2146.08
Hex5276992E17028d21e2e
Octal12216623156270503223656
Binary10100101110110100110011011101011101010001101001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527699; }

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

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

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

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

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

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

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

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