#527299

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

Shades of San Marino #527299

Tints of San Marino #527299

Color information

#527299 (or 0x527299) is unknown color: approx San Marino. HEX triplet: 52, 72 and 99. RGB value is (82,114,153). Sum of RGB (Red+Green+Blue) = 82+114+153=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #527299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527299 is #AD8D66. Grayscale: #6C6C6C. Windows color (decimal): -11373927 or 10056274. OLE color: 10056274.

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

Color convert

RGB82114153-
CMYK0.460.2500.4
HSL212.96º30.21%46.08%-
HSV(B)212.96º46.41%60%-
XYZ15.2516.1332.45-
YUV108.88152.9108.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=23.50%
G=32.66%
B=43.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821141530.460.2500.4212.9630.2146.08
Hex5272992E19028d51e2e
Octal12216223156310503253656
Binary10100101110010100110011011101100101010001101010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527299; }

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

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

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

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

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

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

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

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