#52629E

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

Shades of San Marino #52629E

Tints of San Marino #52629E

Color information

#52629E (or 0x52629E) is unknown color: approx San Marino. HEX triplet: 52, 62 and 9E. RGB value is (82,98,158). Sum of RGB (Red+Green+Blue) = 82+98+158=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #52629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52629E is #AD9D61. Grayscale: #636363. Windows color (decimal): -11378018 or 10379858. OLE color: 10379858.

HSL color Cylindrical-coordinate representation of color #52629E: hue angle of 227.37º 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 #52629E is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8298158-
CMYK0.480.3800.38
HSL227.37º31.67%47.06%-
HSV(B)227.37º48.1%61.96%-
XYZ14.021334.12-
YUV100.06160.7115.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=24.26%
G=28.99%
B=46.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82981580.480.3800.38227.3731.6747.06
Hex52629E3026026e3202f
Octal12214223660460463434057
Binary1010010110001010011110110000100110010011011100011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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