#53639F

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

Shades of San Marino #53639F

Tints of San Marino #53639F

Color information

#53639F (or 0x53639F) is unknown color: approx San Marino. HEX triplet: 53, 63 and 9F. RGB value is (83,99,159). Sum of RGB (Red+Green+Blue) = 83+99+159=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #53639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53639F is #AC9C60. Grayscale: #646464. Windows color (decimal): -11312225 or 10445651. OLE color: 10445651.

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

Color convert

RGB8399159-
CMYK0.480.3800.38
HSL227.37º31.4%47.45%-
HSV(B)227.37º47.8%62.35%-
XYZ14.2913.2734.61-
YUV101.06160.7115.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 159 (62.5% from 255) = 46.63%
R=24.34%
G=29.03%
B=46.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83991590.480.3800.38227.3731.447.45
Hex53639F3026026e31f2f
Octal12314323760460463433757
Binary101001111000111001111111000010011001001101110001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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