#526899

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

Shades of San Marino #526899

Tints of San Marino #526899

Color information

#526899 (or 0x526899) is unknown color: approx San Marino. HEX triplet: 52, 68 and 99. RGB value is (82,104,153). Sum of RGB (Red+Green+Blue) = 82+104+153=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #526899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526899 is #AD9766. Grayscale: #666666. Windows color (decimal): -11376487 or 10053714. OLE color: 10053714.

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

Color convert

RGB82104153-
CMYK0.460.3200.4
HSL221.41º30.21%46.08%-
HSV(B)221.41º46.41%60%-
XYZ14.1813.9932.09-
YUV103.01156.21113.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=24.19%
G=30.68%
B=45.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821041530.460.3200.4221.4130.2146.08
Hex5268992E20028dd1e2e
Octal12215023156400503353656
Binary101001011010001001100110111010000001010001101110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526899; }

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

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

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

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

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

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

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

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