#52639C

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

Shades of San Marino #52639C

Tints of San Marino #52639C

Color information

#52639C (or 0x52639C) is unknown color: approx San Marino. HEX triplet: 52, 63 and 9C. RGB value is (82,99,156). Sum of RGB (Red+Green+Blue) = 82+99+156=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #52639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52639C is #AD9C63. Grayscale: #646464. Windows color (decimal): -11377764 or 10249042. OLE color: 10249042.

HSL color Cylindrical-coordinate representation of color #52639C: hue angle of 226.22º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52639C is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8299156-
CMYK0.470.3700.39
HSL226.22º31.09%46.67%-
HSV(B)226.22º47.44%61.18%-
XYZ13.9413.1233.25-
YUV100.42159.37114.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 156 (61.33% from 255) = 46.29%
R=24.33%
G=29.38%
B=46.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82991560.470.3700.39226.2231.0946.67
Hex52639C2F25027e21f2f
Octal12214323457450473423757
Binary101001011000111001110010111110010101001111110001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52639C; }

 p { color: rgb(82,99,156); }

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

<style>
 a { background-color: #52639C; }

 a { background-color: rgb(82,99,156); }

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

<style>
 span { border-color: #52639C; }

 span { border-color: rgb(82,99,156); }

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