#53749d

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

Shades of San Marino #53749D

Tints of San Marino #53749D

Color information

#53749D (or 0x53749D) is unknown color: approx San Marino. HEX triplet: 53, 74 and 9D. RGB value is (83,116,157). Sum of RGB (Red+Green+Blue) = 83+116+157=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #53749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53749D is #AC8B62. Grayscale: #6E6E6E. Windows color (decimal): -11307875 or 10318931. OLE color: 10318931.

HSL color Cylindrical-coordinate representation of color #53749D: hue angle of 213.24º 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 #53749D is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83116157-
CMYK0.470.2600.38
HSL213.24º30.83%47.06%-
HSV(B)213.24º47.13%61.57%-
XYZ15.916.7634.3-
YUV110.81154.07108.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=23.31%
G=32.58%
B=44.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831161570.470.2600.38213.2430.8347.06
Hex53749D2F1A026d51f2f
Octal12316423557320463253757
Binary10100111110100100111011011111101001001101101010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53749d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53749d; }

 p { color: rgb(83,116,157); }

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

<style>
 a { background-color: #53749d; }

 a { background-color: rgb(83,116,157); }

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

<style>
 span { border-color: #53749d; }

 span { border-color: rgb(83,116,157); }

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