#526EAC

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

Shades of San Marino #526EAC

Tints of San Marino #526EAC

Color information

#526EAC (or 0x526EAC) is unknown color: approx San Marino. HEX triplet: 52, 6E and AC. RGB value is (82,110,172). Sum of RGB (Red+Green+Blue) = 82+110+172=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #526EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526EAC is #AD9153. Grayscale: #6C6C6C. Windows color (decimal): -11374932 or 11300434. OLE color: 11300434.

HSL color Cylindrical-coordinate representation of color #526EAC: hue angle of 221.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #526EAC is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82110172-
CMYK0.520.3600.33
HSL221.33º35.43%49.8%-
HSV(B)221.33º52.33%67.45%-
XYZ16.515.9241.23-
YUV108.7163.72108.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 172 (67.58% from 255) = 47.25%
R=22.53%
G=30.22%
B=47.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821101720.520.3600.33221.3335.4349.8
Hex526EAC3424021dd2332
Octal12215625464440413354362
Binary1010010110111010101100110100100100010000111011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,110,172); }

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

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

 a { background-color: rgb(82,110,172); }

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

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

 span { border-color: rgb(82,110,172); }

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