#53769C

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

Shades of San Marino #53769C

Tints of San Marino #53769C

Color information

#53769C (or 0x53769C) is unknown color: approx San Marino. HEX triplet: 53, 76 and 9C. RGB value is (83,118,156). Sum of RGB (Red+Green+Blue) = 83+118+156=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #53769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53769C is #AC8963. Grayscale: #6F6F6F. Windows color (decimal): -11307364 or 10253907. OLE color: 10253907.

HSL color Cylindrical-coordinate representation of color #53769C: hue angle of 211.23º 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 #53769C is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83118156-
CMYK0.470.2400.39
HSL211.23º30.54%46.86%-
HSV(B)211.23º46.79%61.18%-
XYZ16.0517.233.93-
YUV111.87152.9107.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 156 (61.33% from 255) = 43.70%
R=23.25%
G=33.05%
B=43.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831181560.470.2400.39211.2330.5446.86
Hex53769C2F18027d31f2f
Octal12316623457300473233757
Binary10100111110110100111001011111100001001111101001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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