#53759A

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

Shades of San Marino #53759A

Tints of San Marino #53759A

Color information

#53759A (or 0x53759A) is unknown color: approx San Marino. HEX triplet: 53, 75 and 9A. RGB value is (83,117,154). Sum of RGB (Red+Green+Blue) = 83+117+154=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #53759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53759A is #AC8A65. Grayscale: #6E6E6E. Windows color (decimal): -11307622 or 10122579. OLE color: 10122579.

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

Color convert

RGB83117154-
CMYK0.460.2400.40
HSL211.27º29.96%46.47%-
HSV(B)211.27º46.1%60.39%-
XYZ15.7616.8933-
YUV111.05152.24107.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.45%
GREEN value IS 117 (46.09% from 255) = 33.05%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=23.45%
G=33.05%
B=43.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831171540.460.2400.40211.2729.9646.47
Hex53759A2E18028d31e2e
Octal12316523256300503233656
Binary10100111110101100110101011101100001010001101001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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