#53639A

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

Shades of San Marino #53639A

Tints of San Marino #53639A

Color information

#53639A (or 0x53639A) is unknown color: approx San Marino. HEX triplet: 53, 63 and 9A. RGB value is (83,99,154). Sum of RGB (Red+Green+Blue) = 83+99+154=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #53639A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53639A is #AC9C65. Grayscale: #646464. Windows color (decimal): -11312230 or 10117971. OLE color: 10117971.

HSL color Cylindrical-coordinate representation of color #53639A: hue angle of 226.48º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53639A is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8399154-
CMYK0.460.3600.40
HSL226.48º29.96%46.47%-
HSV(B)226.48º46.1%60.39%-
XYZ13.8613.132.37-
YUV100.49158.2115.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 154 (60.55% from 255) = 45.83%
R=24.70%
G=29.46%
B=45.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83991540.460.3600.40226.4829.9646.47
Hex53639A2E24028e21e2e
Octal12314323256440503423656
Binary101001111000111001101010111010010001010001110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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