#52639A

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

Shades of San Marino #52639A

Tints of San Marino #52639A

Color information

#52639A (or 0x52639A) is unknown color: approx San Marino. HEX triplet: 52, 63 and 9A. RGB value is (82,99,154). Sum of RGB (Red+Green+Blue) = 82+99+154=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #52639A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52639A is #AD9C65. Grayscale: #636363. Windows color (decimal): -11377766 or 10117970. OLE color: 10117970.

HSL color Cylindrical-coordinate representation of color #52639A: hue angle of 225.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52639A is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8299154-
CMYK0.470.3600.40
HSL225.83º30.51%46.27%-
HSV(B)225.83º46.75%60.39%-
XYZ13.7713.0532.36-
YUV100.19158.37115.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=24.48%
G=29.55%
B=45.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82991540.470.3600.40225.8330.5146.27
Hex52639A2F24028e21f2e
Octal12214323257440503423756
Binary101001011000111001101010111110010001010001110001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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