#526FB0

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

Shades of San Marino #526FB0

Tints of San Marino #526FB0

Color information

#526FB0 (or 0x526FB0) is unknown color: approx San Marino. HEX triplet: 52, 6F and B0. RGB value is (82,111,176). Sum of RGB (Red+Green+Blue) = 82+111+176=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #526FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526FB0 is #AD904F. Grayscale: #6D6D6D. Windows color (decimal): -11374672 or 11562834. OLE color: 11562834.

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

Color convert

RGB82111176-
CMYK0.530.3700.31
HSL221.49º37.3%50.59%-
HSV(B)221.49º53.41%69.02%-
XYZ1716.343.32-
YUV109.74165.39108.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 176 (69.14% from 255) = 47.70%
R=22.22%
G=30.08%
B=47.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821111760.530.3700.31221.4937.350.59
Hex526FB0352501Fdd2533
Octal12215726065450373354563
Binary101001011011111011000011010110010101111111011101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,111,176); }

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

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

 a { background-color: rgb(82,111,176); }

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

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

 span { border-color: rgb(82,111,176); }

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