#526A9D

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

Shades of San Marino #526A9D

Tints of San Marino #526A9D

Color information

#526A9D (or 0x526A9D) is unknown color: approx San Marino. HEX triplet: 52, 6A and 9D. RGB value is (82,106,157). Sum of RGB (Red+Green+Blue) = 82+106+157=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #526A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A9D is #AD9562. Grayscale: #686868. Windows color (decimal): -11375971 or 10316370. OLE color: 10316370.

HSL color Cylindrical-coordinate representation of color #526A9D: hue angle of 220.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #526A9D is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82106157-
CMYK0.480.3200.38
HSL220.8º31.38%46.86%-
HSV(B)220.8º47.77%61.57%-
XYZ14.7214.5433.93-
YUV104.64157.55111.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 157 (61.72% from 255) = 45.51%
R=23.77%
G=30.72%
B=45.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821061570.480.3200.38220.831.3846.86
Hex526A9D3020026dd1f2f
Octal12215223560400463353757
Binary101001011010101001110111000010000001001101101110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,106,157); }

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

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

 a { background-color: rgb(82,106,157); }

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

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

 span { border-color: rgb(82,106,157); }

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