#53739E

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

Shades of San Marino #53739E

Tints of San Marino #53739E

Color information

#53739E (or 0x53739E) is unknown color: approx San Marino. HEX triplet: 53, 73 and 9E. RGB value is (83,115,158). Sum of RGB (Red+Green+Blue) = 83+115+158=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #53739E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53739E is #AC8C61. Grayscale: #6E6E6E. Windows color (decimal): -11308130 or 10384211. OLE color: 10384211.

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

Color convert

RGB83115158-
CMYK0.470.2700.38
HSL214.4º31.12%47.25%-
HSV(B)214.4º47.47%61.96%-
XYZ15.8716.5734.71-
YUV110.33154.9108.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 158 (62.11% from 255) = 44.38%
R=23.31%
G=32.30%
B=44.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831151580.470.2700.38214.431.1247.25
Hex53739E2F1B026d61f2f
Octal12316323657330463263757
Binary10100111110011100111101011111101101001101101011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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