#5266AE

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

Shades of San Marino #5266AE

Tints of San Marino #5266AE

Color information

#5266AE (or 0x5266AE) is unknown color: approx San Marino. HEX triplet: 52, 66 and AE. RGB value is (82,102,174). Sum of RGB (Red+Green+Blue) = 82+102+174=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #5266AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5266AE is #AD9951. Grayscale: #676767. Windows color (decimal): -11376978 or 11429458. OLE color: 11429458.

HSL color Cylindrical-coordinate representation of color #5266AE: hue angle of 226.96º 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 #5266AE is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82102174-
CMYK0.530.4100.32
HSL226.96º36.22%50.2%-
HSV(B)226.96º52.87%68.24%-
XYZ15.8714.3541.98-
YUV104.23167.37112.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=22.91%
G=28.49%
B=48.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821021740.530.4100.32226.9636.2250.2
Hex5266AE3529020e32432
Octal12214625665510403434462
Binary1010010110011010101110110101101001010000011100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5266AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5266AE; }

 p { color: rgb(82,102,174); }

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

<style>
 a { background-color: #5266AE; }

 a { background-color: rgb(82,102,174); }

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

<style>
 span { border-color: #5266AE; }

 span { border-color: rgb(82,102,174); }

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