#526D9C

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

Shades of San Marino #526D9C

Tints of San Marino #526D9C

Color information

#526D9C (or 0x526D9C) is unknown color: approx San Marino. HEX triplet: 52, 6D and 9C. RGB value is (82,109,156). Sum of RGB (Red+Green+Blue) = 82+109+156=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #526D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D9C is #AD9263. Grayscale: #6A6A6A. Windows color (decimal): -11375204 or 10251602. OLE color: 10251602.

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

Color convert

RGB82109156-
CMYK0.470.3000.39
HSL218.11º31.09%46.67%-
HSV(B)218.11º47.44%61.18%-
XYZ14.9515.1333.59-
YUV106.28156.05110.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=23.63%
G=31.41%
B=44.96%

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
Decimal821091560.470.3000.39218.1131.0946.67
Hex526D9C2F1E027da1f2f
Octal12215523457360473323757
Binary10100101101101100111001011111111001001111101101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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