#526CA7

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

Shades of San Marino #526CA7

Tints of San Marino #526CA7

Color information

#526CA7 (or 0x526CA7) is unknown color: approx San Marino. HEX triplet: 52, 6C and A7. RGB value is (82,108,167). Sum of RGB (Red+Green+Blue) = 82+108+167=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 167 (65.62% from 255 or 46.78% from 357); Max value from RGB is 167 - color contains mainly: blue. Hex color #526CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526CA7 is #AD9358. Grayscale: #6A6A6A. Windows color (decimal): -11375449 or 10972242. OLE color: 10972242.

HSL color Cylindrical-coordinate representation of color #526CA7: hue angle of 221.65º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #526CA7 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB82108167-
CMYK0.510.3500.35
HSL221.65º34.14%48.82%-
HSV(B)221.65º50.9%65.49%-
XYZ15.8215.3138.68-
YUV106.95161.89110.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 108 (42.58% from 255) = 30.25%
BLUE value IS 167 (65.62% from 255) = 46.78%
R=22.97%
G=30.25%
B=46.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821081670.510.3500.35221.6534.1448.82
Hex526CA73323023de2231
Octal12215424763430433364261
Binary1010010110110010100111110011100011010001111011110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,108,167); }

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

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

 a { background-color: rgb(82,108,167); }

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

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

 span { border-color: rgb(82,108,167); }

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