#52789B

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

Shades of San Marino #52789B

Tints of San Marino #52789B

Color information

#52789B (or 0x52789B) is unknown color: approx San Marino. HEX triplet: 52, 78 and 9B. RGB value is (82,120,155). Sum of RGB (Red+Green+Blue) = 82+120+155=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #52789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52789B is #AD8764. Grayscale: #707070. Windows color (decimal): -11372389 or 10188882. OLE color: 10188882.

HSL color Cylindrical-coordinate representation of color #52789B: hue angle of 208.77º 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 #52789B is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82120155-
CMYK0.470.2300.39
HSL208.77º30.8%46.47%-
HSV(B)208.77º47.1%60.78%-
XYZ16.1117.5933.56-
YUV112.63151.91106.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=22.97%
G=33.61%
B=43.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821201550.470.2300.39208.7730.846.47
Hex52789B2F17027d11f2e
Octal12217023357270473213756
Binary10100101111000100110111011111011101001111101000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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