#526FAC

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

Shades of San Marino #526FAC

Tints of San Marino #526FAC

Color information

#526FAC (or 0x526FAC) is unknown color: approx San Marino. HEX triplet: 52, 6F and AC. RGB value is (82,111,172). Sum of RGB (Red+Green+Blue) = 82+111+172=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #526FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526FAC is #AD9053. Grayscale: #6D6D6D. Windows color (decimal): -11374676 or 11300690. OLE color: 11300690.

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

Color convert

RGB82111172-
CMYK0.520.3500.33
HSL220.67º35.43%49.8%-
HSV(B)220.67º52.33%67.45%-
XYZ16.6116.1441.27-
YUV109.28163.39108.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=22.47%
G=30.41%
B=47.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821111720.520.3500.33220.6735.4349.8
Hex526FAC3423021dd2332
Octal12215725464430413354362
Binary1010010110111110101100110100100011010000111011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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