#53689F

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

Shades of San Marino #53689F

Tints of San Marino #53689F

Color information

#53689F (or 0x53689F) is unknown color: approx San Marino. HEX triplet: 53, 68 and 9F. RGB value is (83,104,159). Sum of RGB (Red+Green+Blue) = 83+104+159=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #53689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53689F is #AC9760. Grayscale: #676767. Windows color (decimal): -11310945 or 10446931. OLE color: 10446931.

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

Color convert

RGB83104159-
CMYK0.480.3500.38
HSL223.42º31.4%47.45%-
HSV(B)223.42º47.8%62.35%-
XYZ14.7814.2434.77-
YUV103.99159.04113.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=23.99%
G=30.06%
B=45.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831041590.480.3500.38223.4231.447.45
Hex53689F3023026df1f2f
Octal12315023760430463373757
Binary101001111010001001111111000010001101001101101111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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