#53739C

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

Shades of San Marino #53739C

Tints of San Marino #53739C

Color information

#53739C (or 0x53739C) is unknown color: approx San Marino. HEX triplet: 53, 73 and 9C. RGB value is (83,115,156). Sum of RGB (Red+Green+Blue) = 83+115+156=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #53739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53739C is #AC8C63. Grayscale: #6D6D6D. Windows color (decimal): -11308132 or 10253139. OLE color: 10253139.

HSL color Cylindrical-coordinate representation of color #53739C: hue angle of 213.7º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53739C is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83115156-
CMYK0.470.2600.39
HSL213.7º30.54%46.86%-
HSV(B)213.7º46.79%61.18%-
XYZ15.716.533.81-
YUV110.11153.9108.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.45%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=23.45%
G=32.49%
B=44.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831151560.470.2600.39213.730.5446.86
Hex53739C2F1A027d61f2f
Octal12316323457320473263757
Binary10100111110011100111001011111101001001111101011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53739C; }

 p { color: rgb(83,115,156); }

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

<style>
 a { background-color: #53739C; }

 a { background-color: rgb(83,115,156); }

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

<style>
 span { border-color: #53739C; }

 span { border-color: rgb(83,115,156); }

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