#526D9A

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

Shades of San Marino #526D9A

Tints of San Marino #526D9A

Color information

#526D9A (or 0x526D9A) is unknown color: approx San Marino. HEX triplet: 52, 6D and 9A. RGB value is (82,109,154). Sum of RGB (Red+Green+Blue) = 82+109+154=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #526D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D9A is #AD9265. Grayscale: #696969. Windows color (decimal): -11375206 or 10120530. OLE color: 10120530.

HSL color Cylindrical-coordinate representation of color #526D9A: hue angle of 217.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #526D9A is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB82109154-
CMYK0.470.2900.40
HSL217.5º30.51%46.27%-
HSV(B)217.5º46.75%60.39%-
XYZ14.7815.0632.7-
YUV106.06155.05110.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 154 (60.55% from 255) = 44.64%
R=23.77%
G=31.59%
B=44.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821091540.470.2900.40217.530.5146.27
Hex526D9A2F1D028da1f2e
Octal12215523257350503323756
Binary10100101101101100110101011111110101010001101101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526D9A; }

 p { color: rgb(82,109,154); }

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

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

 a { background-color: rgb(82,109,154); }

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

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

 span { border-color: rgb(82,109,154); }

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