#52659E

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

Shades of San Marino #52659E

Tints of San Marino #52659E

Color information

#52659E (or 0x52659E) is unknown color: approx San Marino. HEX triplet: 52, 65 and 9E. RGB value is (82,101,158). Sum of RGB (Red+Green+Blue) = 82+101+158=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #52659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52659E is #AD9A61. Grayscale: #656565. Windows color (decimal): -11377250 or 10380626. OLE color: 10380626.

HSL color Cylindrical-coordinate representation of color #52659E: hue angle of 225º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52659E is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82101158-
CMYK0.480.3600.38
HSL225º31.67%47.06%-
HSV(B)225º48.1%61.96%-
XYZ14.313.5734.21-
YUV101.82159.71113.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=24.05%
G=29.62%
B=46.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821011580.480.3600.3822531.6747.06
Hex52659E3024026e1202f
Octal12214523660440463414057
Binary1010010110010110011110110000100100010011011100001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52659E; }

 p { color: rgb(82,101,158); }

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

<style>
 a { background-color: #52659E; }

 a { background-color: rgb(82,101,158); }

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

<style>
 span { border-color: #52659E; }

 span { border-color: rgb(82,101,158); }

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