#53759D

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

Shades of San Marino #53759D

Tints of San Marino #53759D

Color information

#53759D (or 0x53759D) is unknown color: approx San Marino. HEX triplet: 53, 75 and 9D. RGB value is (83,117,157). Sum of RGB (Red+Green+Blue) = 83+117+157=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #53759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53759D is #AC8A62. Grayscale: #6F6F6F. Windows color (decimal): -11307619 or 10319187. OLE color: 10319187.

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

Color convert

RGB83117157-
CMYK0.470.2500.38
HSL212.43º30.83%47.06%-
HSV(B)212.43º47.13%61.57%-
XYZ16.011734.33-
YUV111.39153.74107.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=23.25%
G=32.77%
B=43.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831171570.470.2500.38212.4330.8347.06
Hex53759D2F19026d41f2f
Octal12316523557310463243757
Binary10100111110101100111011011111100101001101101010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53759D; }

 p { color: rgb(83,117,157); }

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

<style>
 a { background-color: #53759D; }

 a { background-color: rgb(83,117,157); }

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

<style>
 span { border-color: #53759D; }

 span { border-color: rgb(83,117,157); }

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