#53779C

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

Shades of San Marino #53779C

Tints of San Marino #53779C

Color information

#53779C (or 0x53779C) is unknown color: approx San Marino. HEX triplet: 53, 77 and 9C. RGB value is (83,119,156). Sum of RGB (Red+Green+Blue) = 83+119+156=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #53779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53779C is #AC8863. Grayscale: #707070. Windows color (decimal): -11307108 or 10254163. OLE color: 10254163.

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

Color convert

RGB83119156-
CMYK0.470.2400.39
HSL210.41º30.54%46.86%-
HSV(B)210.41º46.79%61.18%-
XYZ16.1617.4333.97-
YUV112.45152.57106.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=23.18%
G=33.24%
B=43.58%

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
Decimal831191560.470.2400.39210.4130.5446.86
Hex53779C2F18027d21f2f
Octal12316723457300473223757
Binary10100111110111100111001011111100001001111101001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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