#526CAB

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

Shades of San Marino #526CAB

Tints of San Marino #526CAB

Color information

#526CAB (or 0x526CAB) is unknown color: approx San Marino. HEX triplet: 52, 6C and AB. RGB value is (82,108,171). Sum of RGB (Red+Green+Blue) = 82+108+171=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #526CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526CAB is #AD9354. Grayscale: #6B6B6B. Windows color (decimal): -11375445 or 11234386. OLE color: 11234386.

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

Color convert

RGB82108171-
CMYK0.520.3700.33
HSL222.47º35.18%49.61%-
HSV(B)222.47º52.05%67.06%-
XYZ16.1915.4640.66-
YUV107.41163.89109.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=22.71%
G=29.92%
B=47.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821081710.520.3700.33222.4735.1849.61
Hex526CAB3425021de2332
Octal12215425364450413364362
Binary1010010110110010101011110100100101010000111011110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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