#526CAD

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

Shades of San Marino #526CAD

Tints of San Marino #526CAD

Color information

#526CAD (or 0x526CAD) is unknown color: approx San Marino. HEX triplet: 52, 6C and AD. RGB value is (82,108,173). Sum of RGB (Red+Green+Blue) = 82+108+173=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #526CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526CAD is #AD9352. Grayscale: #6B6B6B. Windows color (decimal): -11375443 or 11365458. OLE color: 11365458.

HSL color Cylindrical-coordinate representation of color #526CAD: hue angle of 222.86º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #526CAD is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82108173-
CMYK0.530.3800.32
HSL222.86º35.69%50%-
HSV(B)222.86º52.6%67.84%-
XYZ16.3915.5441.67-
YUV107.64164.89109.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=22.59%
G=29.75%
B=47.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821081730.530.3800.32222.8635.6950
Hex526CAD3526020df2432
Octal12215425565460403374462
Binary1010010110110010101101110101100110010000011011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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