#526999

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

Shades of San Marino #526999

Tints of San Marino #526999

Color information

#526999 (or 0x526999) is unknown color: approx San Marino. HEX triplet: 52, 69 and 99. RGB value is (82,105,153). Sum of RGB (Red+Green+Blue) = 82+105+153=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #526999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526999 is #AD9666. Grayscale: #676767. Windows color (decimal): -11376231 or 10053970. OLE color: 10053970.

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

Color convert

RGB82105153-
CMYK0.460.3100.4
HSL220.56º30.21%46.08%-
HSV(B)220.56º46.41%60%-
XYZ14.2814.232.12-
YUV103.6155.88112.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 153 (60.16% from 255) = 45%
R=24.12%
G=30.88%
B=45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821051530.460.3100.4220.5630.2146.08
Hex5269992E1F028dd1e2e
Octal12215123156370503353656
Binary10100101101001100110011011101111101010001101110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526999; }

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

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

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

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

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

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

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

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