#526DB1

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

Shades of San Marino #526DB1

Tints of San Marino #526DB1

Color information

#526DB1 (or 0x526DB1) is unknown color: approx San Marino. HEX triplet: 52, 6D and B1. RGB value is (82,109,177). Sum of RGB (Red+Green+Blue) = 82+109+177=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #526DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526DB1 is #AD924E. Grayscale: #6C6C6C. Windows color (decimal): -11375183 or 11627858. OLE color: 11627858.

HSL color Cylindrical-coordinate representation of color #526DB1: hue angle of 222.95º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #526DB1 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB82109177-
CMYK0.540.3800.31
HSL222.95º37.85%50.78%-
HSV(B)222.95º53.67%69.41%-
XYZ16.8815.9143.78-
YUV108.68166.55108.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 109 (42.97% from 255) = 29.62%
BLUE value IS 177 (69.53% from 255) = 48.10%
R=22.28%
G=29.62%
B=48.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821091770.540.3800.31222.9537.8550.78
Hex526DB1362601Fdf2633
Octal12215526166460373374663
Binary101001011011011011000111011010011001111111011111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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