#53789E

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

Shades of San Marino #53789E

Tints of San Marino #53789E

Color information

#53789E (or 0x53789E) is unknown color: approx San Marino. HEX triplet: 53, 78 and 9E. RGB value is (83,120,158). Sum of RGB (Red+Green+Blue) = 83+120+158=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #53789E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53789E is #AC8761. Grayscale: #717171. Windows color (decimal): -11306850 or 10385491. OLE color: 10385491.

HSL color Cylindrical-coordinate representation of color #53789E: hue angle of 210.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53789E is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83120158-
CMYK0.470.2400.38
HSL210.4º31.12%47.25%-
HSV(B)210.4º47.47%61.96%-
XYZ16.4617.7434.9-
YUV113.27153.24106.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=22.99%
G=33.24%
B=43.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831201580.470.2400.38210.431.1247.25
Hex53789E2F18026d21f2f
Octal12317023657300463223757
Binary10100111111000100111101011111100001001101101001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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