#526D9B

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

Shades of San Marino #526D9B

Tints of San Marino #526D9B

Color information

#526D9B (or 0x526D9B) is unknown color: approx San Marino. HEX triplet: 52, 6D and 9B. RGB value is (82,109,155). Sum of RGB (Red+Green+Blue) = 82+109+155=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #526D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D9B is #AD9264. Grayscale: #696969. Windows color (decimal): -11375205 or 10186066. OLE color: 10186066.

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

Color convert

RGB82109155-
CMYK0.470.3000.39
HSL217.81º30.8%46.47%-
HSV(B)217.81º47.1%60.78%-
XYZ14.8615.133.14-
YUV106.17155.55110.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=23.70%
G=31.50%
B=44.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821091550.470.3000.39217.8130.846.47
Hex526D9B2F1E027da1f2e
Octal12215523357360473323756
Binary10100101101101100110111011111111001001111101101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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