#5268AB

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

Shades of San Marino #5268AB

Tints of San Marino #5268AB

Color information

#5268AB (or 0x5268AB) is unknown color: approx San Marino. HEX triplet: 52, 68 and AB. RGB value is (82,104,171). Sum of RGB (Red+Green+Blue) = 82+104+171=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #5268AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5268AB is #AD9754. Grayscale: #686868. Windows color (decimal): -11376469 or 11233362. OLE color: 11233362.

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

Color convert

RGB82104171-
CMYK0.520.3900.33
HSL225.17º35.18%49.61%-
HSV(B)225.17º52.05%67.06%-
XYZ15.7814.6340.52-
YUV105.06165.21111.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=22.97%
G=29.13%
B=47.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821041710.520.3900.33225.1735.1849.61
Hex5268AB3427021e12332
Octal12215025364470413414362
Binary1010010110100010101011110100100111010000111100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5268AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5268AB; }

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

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

<style>
 a { background-color: #5268AB; }

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

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

<style>
 span { border-color: #5268AB; }

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

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