#526EAB

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

Shades of San Marino #526EAB

Tints of San Marino #526EAB

Color information

#526EAB (or 0x526EAB) is unknown color: approx San Marino. HEX triplet: 52, 6E and AB. RGB value is (82,110,171). Sum of RGB (Red+Green+Blue) = 82+110+171=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #526EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526EAB is #AD9154. Grayscale: #6C6C6C. Windows color (decimal): -11374933 or 11234898. OLE color: 11234898.

HSL color Cylindrical-coordinate representation of color #526EAB: hue angle of 221.12º 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 #526EAB is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82110171-
CMYK0.520.3600.33
HSL221.12º35.18%49.61%-
HSV(B)221.12º52.05%67.06%-
XYZ16.4115.8940.73-
YUV108.58163.22109.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=22.59%
G=30.30%
B=47.11%

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
Decimal821101710.520.3600.33221.1235.1849.61
Hex526EAB3424021dd2332
Octal12215625364440413354362
Binary1010010110111010101011110100100100010000111011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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