#52629D

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

Shades of San Marino #52629D

Tints of San Marino #52629D

Color information

#52629D (or 0x52629D) is unknown color: approx San Marino. HEX triplet: 52, 62 and 9D. RGB value is (82,98,157). Sum of RGB (Red+Green+Blue) = 82+98+157=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #52629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52629D is #AD9D62. Grayscale: #636363. Windows color (decimal): -11378019 or 10314322. OLE color: 10314322.

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

Color convert

RGB8298157-
CMYK0.480.3800.38
HSL227.2º31.38%46.86%-
HSV(B)227.2º47.77%61.57%-
XYZ13.9312.9633.67-
YUV99.94160.2115.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=24.33%
G=29.08%
B=46.59%

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
Decimal82981570.480.3800.38227.231.3846.86
Hex52629D3026026e31f2f
Octal12214223560460463433757
Binary101001011000101001110111000010011001001101110001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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