#53659F

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

Shades of San Marino #53659F

Tints of San Marino #53659F

Color information

#53659F (or 0x53659F) is unknown color: approx San Marino. HEX triplet: 53, 65 and 9F. RGB value is (83,101,159). Sum of RGB (Red+Green+Blue) = 83+101+159=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #53659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53659F is #AC9A60. Grayscale: #656565. Windows color (decimal): -11311713 or 10446163. OLE color: 10446163.

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

Color convert

RGB83101159-
CMYK0.480.3600.38
HSL225.79º31.4%47.45%-
HSV(B)225.79º47.8%62.35%-
XYZ14.4813.6534.67-
YUV102.23160.04114.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 159 (62.5% from 255) = 46.36%
R=24.20%
G=29.45%
B=46.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831011590.480.3600.38225.7931.447.45
Hex53659F3024026e21f2f
Octal12314523760440463423757
Binary101001111001011001111111000010010001001101110001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53659F; }

 p { color: rgb(83,101,159); }

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

<style>
 a { background-color: #53659F; }

 a { background-color: rgb(83,101,159); }

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

<style>
 span { border-color: #53659F; }

 span { border-color: rgb(83,101,159); }

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