#52789d

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

Shades of San Marino #52789D

Tints of San Marino #52789D

Color information

#52789D (or 0x52789D) is unknown color: approx San Marino. HEX triplet: 52, 78 and 9D. RGB value is (82,120,157). Sum of RGB (Red+Green+Blue) = 82+120+157=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #52789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52789D is #AD8762. Grayscale: #707070. Windows color (decimal): -11372387 or 10319954. OLE color: 10319954.

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

Color convert

RGB82120157-
CMYK0.480.2400.38
HSL209.6º31.38%46.86%-
HSV(B)209.6º47.77%61.57%-
XYZ16.2817.6634.45-
YUV112.86152.91105.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=22.84%
G=33.43%
B=43.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821201570.480.2400.38209.631.3846.86
Hex52789D3018026d21f2f
Octal12217023560300463223757
Binary10100101111000100111011100001100001001101101001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52789d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52789d; }

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

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

<style>
 a { background-color: #52789d; }

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

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

<style>
 span { border-color: #52789d; }

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

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