#53789C

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

Shades of San Marino #53789C

Tints of San Marino #53789C

Color information

#53789C (or 0x53789C) is unknown color: approx San Marino. HEX triplet: 53, 78 and 9C. RGB value is (83,120,156). Sum of RGB (Red+Green+Blue) = 83+120+156=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #53789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53789C is #AC8763. Grayscale: #707070. Windows color (decimal): -11306852 or 10254419. OLE color: 10254419.

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

Color convert

RGB83120156-
CMYK0.470.2300.39
HSL209.59º30.54%46.86%-
HSV(B)209.59º46.79%61.18%-
XYZ16.2817.6734.01-
YUV113.04152.24106.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 156 (61.33% from 255) = 43.45%
R=23.12%
G=33.43%
B=43.45%

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
Decimal831201560.470.2300.39209.5930.5446.86
Hex53789C2F17027d21f2f
Octal12317023457270473223757
Binary10100111111000100111001011111011101001111101001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,120,156); }

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

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

 a { background-color: rgb(83,120,156); }

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

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

 span { border-color: rgb(83,120,156); }

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