#53749A

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

Shades of San Marino #53749A

Tints of San Marino #53749A

Color information

#53749A (or 0x53749A) is unknown color: approx San Marino. HEX triplet: 53, 74 and 9A. RGB value is (83,116,154). Sum of RGB (Red+Green+Blue) = 83+116+154=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #53749A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53749A is #AC8B65. Grayscale: #6E6E6E. Windows color (decimal): -11307878 or 10122323. OLE color: 10122323.

HSL color Cylindrical-coordinate representation of color #53749A: hue angle of 212.11º 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 #53749A is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB83116154-
CMYK0.460.2500.40
HSL212.11º29.96%46.47%-
HSV(B)212.11º46.1%60.39%-
XYZ15.6516.6632.96-
YUV110.46152.57108.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 154 (60.55% from 255) = 43.63%
R=23.51%
G=32.86%
B=43.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831161540.460.2500.40212.1129.9646.47
Hex53749A2E19028d41e2e
Octal12316423256310503243656
Binary10100111110100100110101011101100101010001101010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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