#52659B

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

Shades of San Marino #52659B

Tints of San Marino #52659B

Color information

#52659B (or 0x52659B) is unknown color: approx San Marino. HEX triplet: 52, 65 and 9B. RGB value is (82,101,155). Sum of RGB (Red+Green+Blue) = 82+101+155=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #52659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52659B is #AD9A64. Grayscale: #656565. Windows color (decimal): -11377253 or 10184018. OLE color: 10184018.

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

Color convert

RGB82101155-
CMYK0.470.3500.39
HSL224.38º30.8%46.47%-
HSV(B)224.38º47.1%60.78%-
XYZ14.0513.4732.87-
YUV101.48158.21114.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=24.26%
G=29.88%
B=45.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821011550.470.3500.39224.3830.846.47
Hex52659B2F23027e01f2e
Octal12214523357430473403756
Binary101001011001011001101110111110001101001111110000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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